public class NoSuchDeadLetterException extends AxonException
AxonException
describing that there is no such dead letter
present in a
SequencedDeadLetterQueue
.Constructor and Description |
---|
NoSuchDeadLetterException(String message)
Constructs an exception based on the given
message . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoSuchDeadLetterException(String message)
message
.message
- The description of this NoSuchDeadLetterException
.Copyright © 2010–2023. All rights reserved.