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 Details

    • JmsRejectAndDontRequeueException

      public JmsRejectAndDontRequeueException(String message)
    • JmsRejectAndDontRequeueException

      public JmsRejectAndDontRequeueException(@Nullable String message, boolean rejectManual, @Nullable Throwable cause)
    • JmsRejectAndDontRequeueException

      public JmsRejectAndDontRequeueException(Throwable cause)
    • JmsRejectAndDontRequeueException

      public JmsRejectAndDontRequeueException(String message, Throwable cause)
  • Method Details

    • isRejectManual

      public boolean isRejectManual()