java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.messaging.MessagingException
- All Implemented Interfaces:
Serializable
Reactive Messaging specific exception.
- See Also:
-
Constructor Summary
ConstructorDescriptionMessagingException
(String message) Create new MessagingException with supplied message.MessagingException
(String message, Throwable cause) Create new MessagingException with supplied message and 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
-
MessagingException
Create new MessagingException with supplied message.- Parameters:
message
- supplied message
-
MessagingException
Create new MessagingException with supplied message and cause.- Parameters:
message
- supplied messagecause
- of this exception
-