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
public class MessageRejectedException extends RuntimeException
User: Stephan Bösebeck Date: 21.04.18 Time: 22:26TODO: Add documentation here
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessageRejectedException(String reason)MessageRejectedException(String reason, boolean continueProcessing)MessageRejectedException(String reason, boolean continueProcessing, boolean sendAnswer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisContinueProcessing()booleanisSendAnswer()voidsetContinueProcessing(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 Detail
-
MessageRejectedException
public MessageRejectedException(String reason)
-
MessageRejectedException
public MessageRejectedException(String reason, boolean continueProcessing)
-
MessageRejectedException
public MessageRejectedException(String reason, boolean continueProcessing, boolean sendAnswer)
-
-