Package de.galan.commons.util
Class RetryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.galan.commons.util.RetryException
-
- All Implemented Interfaces:
Serializable
public class RetryException extends Exception
Exception is thrown, when retries didn't finished successfully.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RetryException(String message, Throwable cause, long numberOfRetries, String timeBetween, String retryMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetNumberOfRetries()StringgetRetryMessage()StringgetTimeBetween()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-