- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.helidon.messaging.MessagingException
-
- All Implemented Interfaces:
Serializable
public class MessagingException extends RuntimeException
Reactive Messaging specific exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessagingException(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 Detail
-
MessagingException
public MessagingException(String message)
Create new MessagingException with supplied message.- Parameters:
message
- supplied message
-
-