public class DeadLetterQueueOverflowException extends AxonException
SequencedDeadLetterQueue
is overflowing.Constructor and Description |
---|
DeadLetterQueueOverflowException(Object identifier)
Constructs an exception based on the given
identifier . |
DeadLetterQueueOverflowException(String message)
Constructs an exception based on the given
message . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DeadLetterQueueOverflowException(String message)
message
.message
- The description of this DeadLetterQueueOverflowException
.public DeadLetterQueueOverflowException(Object identifier)
identifier
.identifier
- The identifier referencing the sequence that has reached its limit.Copyright © 2010–2023. All rights reserved.