public class MessagingConnectorException extends RuntimeException
| Constructor and Description |
|---|
MessagingConnectorException(String message)
Constructs a new exception with the specified detail message.
|
MessagingConnectorException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
MessagingConnectorException(Throwable cause)
Constructs a new exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MessagingConnectorException(String message)
message - the detail message.public MessagingConnectorException(String message, Throwable cause)
message - the detail message.cause - the cause.public MessagingConnectorException(Throwable cause)
cause - the specified cause.