Package io.mats3.impl.jms
Class JmsMatsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.mats3.impl.jms.JmsMatsException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JmsMatsException.JmsMatsJmsException
Base class for Exceptions thrown around in the JMS implementation of Mats.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Thrown if anything goes haywire with the backend implementation, e.g.protected static class
If we get "stack overflow" or "call overflow", then the sending method will throw this.static class
Thrown if a undeclared checked exception propagates out of the user-supplied lambda. -
Constructor Summary
ConstructorsConstructorDescriptionJmsMatsException
(String message) JmsMatsException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JmsMatsException
-
JmsMatsException
-