Class AxonTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.messaging.core.timeout.AxonTimeoutException
- All Implemented Interfaces:
Serializable
Exception indicated that an Axon-specific task has timed out. This task can represent an entire
UnitOfWork or the handling of a specific
Message.- Since:
- 4.11.3
- Author:
- Mitchell Herrijgers
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAxonTimeoutException(String message) Initializes anAxonTimeoutExceptionwith the givenmessage. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AxonTimeoutException
Initializes anAxonTimeoutExceptionwith the givenmessage.- Parameters:
message- The message describing the cause of the timeout.
-