Class DeadLetterQueueOverflowException

All Implemented Interfaces:
Serializable

public class DeadLetterQueueOverflowException extends AxonException
Exception signaling a SequencedDeadLetterQueue is overflowing.
Since:
4.6.0
Author:
Steven van Beelen
See Also:
  • Constructor Details

    • DeadLetterQueueOverflowException

      public DeadLetterQueueOverflowException(String message)
      Constructs an exception based on the given message.
      Parameters:
      message - The description of this DeadLetterQueueOverflowException.
    • DeadLetterQueueOverflowException

      public DeadLetterQueueOverflowException(Object identifier)
      Constructs an exception based on the given identifier.
      Parameters:
      identifier - The identifier referencing the sequence that has reached its limit.