Class RejectAndDontRequeueRecoverer.JmsRejectAndDontRequeueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.jms.JmsException
com.boutouil.binder.jms.message.handler.RejectAndDontRequeueRecoverer.JmsRejectAndDontRequeueException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RejectAndDontRequeueRecoverer
public static class RejectAndDontRequeueRecoverer.JmsRejectAndDontRequeueException
extends org.springframework.jms.JmsException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJmsRejectAndDontRequeueException(String message) JmsRejectAndDontRequeueException(String message, boolean rejectManual, Throwable cause) JmsRejectAndDontRequeueException(String message, Throwable cause) -
Method Summary
Methods inherited from class org.springframework.jms.JmsException
getErrorCode, getMessageMethods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JmsRejectAndDontRequeueException
-
JmsRejectAndDontRequeueException
-
JmsRejectAndDontRequeueException
-
JmsRejectAndDontRequeueException
-
-
Method Details
-
isRejectManual
public boolean isRejectManual()
-