Package me.ehp246.aufjms.api.exception
Class JmsDispatchFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.ehp246.aufjms.api.exception.JmsDispatchException
me.ehp246.aufjms.api.exception.JmsDispatchFailedException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JmsDispatchFailedException
-
JmsDispatchFailedException
-