public class MessageRejectedException extends RuntimeException
TODO: Add documentation here
| Constructor and Description |
|---|
MessageRejectedException(String reason) |
MessageRejectedException(String reason,
boolean continueProcessing) |
MessageRejectedException(String reason,
boolean continueProcessing,
boolean sendAnswer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isContinueProcessing() |
boolean |
isSendAnswer() |
void |
setContinueProcessing(boolean continueProcessing) |
void |
setSendAnswer(boolean sendAnswer) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MessageRejectedException(String reason)
public MessageRejectedException(String reason, boolean continueProcessing)
public MessageRejectedException(String reason, boolean continueProcessing, boolean sendAnswer)
Copyright © 2019. All rights reserved.