Package org.killbill.billing.util.queue
Class QueueRetryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.killbill.billing.util.queue.QueueRetryException
-
- All Implemented Interfaces:
Serializable
public class QueueRetryException extends RuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static List<org.joda.time.Period>DEFAULT_RETRY_SCHEDULE
-
Constructor Summary
Constructors Constructor Description QueueRetryException()QueueRetryException(Exception e)QueueRetryException(Exception e, List<org.joda.time.Period> retrySchedule)QueueRetryException(List<org.joda.time.Period> retrySchedule)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.joda.time.Period>getRetrySchedule()StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Field Detail
-
DEFAULT_RETRY_SCHEDULE
public static final List<org.joda.time.Period> DEFAULT_RETRY_SCHEDULE
-
-