Class DeadLetterQueueOverflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.common.AxonException
org.axonframework.messaging.deadletter.DeadLetterQueueOverflowException
- All Implemented Interfaces:
Serializable
Exception signaling a
SequencedDeadLetterQueue is overflowing.- Since:
- 4.6.0
- Author:
- Steven van Beelen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeadLetterQueueOverflowException(Object identifier) Constructs an exception based on the givenidentifier.DeadLetterQueueOverflowException(String message) Constructs an exception based on 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
-
DeadLetterQueueOverflowException
Constructs an exception based on the givenmessage.- Parameters:
message- The description of thisDeadLetterQueueOverflowException.
-
DeadLetterQueueOverflowException
Constructs an exception based on the givenidentifier.- Parameters:
identifier- The identifier referencing the sequence that has reached its limit.
-