public static class MatsEndpoint.MatsRefuseMessageException
extends java.lang.Exception
MatsEndpoint.ProcessLambda of the MatsStages to denote that it would prefer this message
to be instantly put on a Dead Letter Queue (the stage processing, including any database actions, will
still be rolled back as with any other exception thrown out of a ProcessLambda). This is just advisory - the
message might still be presented a number of times to the MatsStage in question even though the stage
throws MatsRefuseMessageException every time.| Constructor and Description |
|---|
MatsRefuseMessageException(java.lang.String message) |
MatsRefuseMessageException(java.lang.String message,
java.lang.Throwable cause) |