Class DeadlineManagerNotSuppliedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.common.AxonException
org.axonframework.deadline.dbscheduler.DeadlineManagerNotSuppliedException
- All Implemented Interfaces:
Serializable
Exception indicating a problem in the Deadline manager mechanism, more precisely the
DbSchedulerDeadlineManager wasn't properly supplied.- Since:
- 4.8.0
- Author:
- Gerard Klijs
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInitialize a DeadlineManagerNotSuppliedException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DeadlineManagerNotSuppliedException
public DeadlineManagerNotSuppliedException()Initialize a DeadlineManagerNotSuppliedException.
-