Package com.github.workerframework.api
Class QueueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.workerframework.api.QueueException
- All Implemented Interfaces:
Serializable
Thrown by classes related to WorkerQueue when a request cannot be handled.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQueueException
(String message) QueueException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QueueException
-
QueueException
-