public class WrongDeadLetterTypeException extends AxonException
DeadLetter
s supplied back to the
SequencedDeadLetterQueue
, for example the
SequencedDeadLetterQueue.evict(DeadLetter)
method, should be the
original supplied by the queue in the first place.Constructor and Description |
---|
WrongDeadLetterTypeException(String message)
Constructs a
WrongDeadLetterTypeException with the provided message . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WrongDeadLetterTypeException(String message)
WrongDeadLetterTypeException
with the provided message
.message
- The message containing more details about the cause.Copyright © 2010–2023. All rights reserved.