Class NoSuchDeadLetterException

All Implemented Interfaces:
Serializable

public class NoSuchDeadLetterException extends AxonException
An AxonException describing that there is no such dead letter present in a SequencedDeadLetterQueue.
Since:
4.6.0
Author:
Steven van Beelen
See Also:
  • Constructor Details

    • NoSuchDeadLetterException

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