Class LoadingRetryExhaustionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
electrostatic4j.snaploader.throwable.LoadingRetryExhaustionException
- All Implemented Interfaces:
Serializable
Thrown to indicate that loading retries have reached their maximum.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLoadingRetryExhaustionException(String message) LoadingRetryExhaustionException(String message, Throwable cause) LoadingRetryExhaustionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LoadingRetryExhaustionException
public LoadingRetryExhaustionException() -
LoadingRetryExhaustionException
-
LoadingRetryExhaustionException
-
LoadingRetryExhaustionException
-
LoadingRetryExhaustionException
-