Package de.caluga.morphium.messaging
Class MessageRejectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.caluga.morphium.messaging.MessageRejectedException
- All Implemented Interfaces:
Serializable
User: Stephan Bösebeck
Date: 21.04.18
Time: 22:26
TODO: Add documentation here
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMessageRejectedException(String reason) MessageRejectedException(String reason, boolean continueProcessing) MessageRejectedException(String reason, boolean continueProcessing, boolean sendAnswer) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetContinueProcessing(boolean continueProcessing) voidsetSendAnswer(boolean sendAnswer) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MessageRejectedException
-
MessageRejectedException
-
MessageRejectedException
-
-
Method Details
-
isContinueProcessing
public boolean isContinueProcessing() -
setContinueProcessing
public void setContinueProcessing(boolean continueProcessing) -
isSendAnswer
public boolean isSendAnswer() -
setSendAnswer
public void setSendAnswer(boolean sendAnswer)
-