Class MessagingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.messaging.exceptions.MessagingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MessageListenerException
,MessagingClientException
,MessagingSystemException
General parent exception for all message related exceptions.
- Since:
- 1.0
- Author:
- Graeme Rocher
- See Also:
-
Constructor Summary
ConstructorDescriptionMessagingException
(String message) MessagingException
(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
-
MessagingException
- Parameters:
message
- The message
-
MessagingException
- Parameters:
message
- The messagecause
- The throwable
-