Class JmsDispatchFailedException

All Implemented Interfaces:
Serializable

public class JmsDispatchFailedException extends JmsDispatchException
Signals that an invocation to JmsDispatchFn.send(me.ehp246.aufjms.api.jms.JmsDispatch) has failed. No message has been sent.

JmsDispatchFn throws this exception only when a message coulnd't be sent, not for other failures.

Since:
2.0
Author:
Lei Yang
See Also:
  • Constructor Details

    • JmsDispatchFailedException

      public JmsDispatchFailedException(String message, Throwable cause)
    • JmsDispatchFailedException

      public JmsDispatchFailedException(Throwable cause)