public class JmsPublishException extends JmsExtensionException
ModuleException to be thrown in the cases in which the received content to be written is invalid.| Modifier | Constructor and Description |
|---|---|
|
JmsPublishException(String message)
Creates a new instance with the specified detail
message |
|
JmsPublishException(String message,
Exception exception)
Creates a new instance with the specified detail
message |
protected |
JmsPublishException(String message,
JmsErrors errorType)
Creates a new instance with the specified detail
message |
protected |
JmsPublishException(String message,
JmsErrors errorType,
Exception exception)
Creates a new instance with the specified detail
message |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JmsPublishException(String message)
messagemessage - the detail messagepublic JmsPublishException(String message, Exception exception)
messagemessage - the detail messageexception - cause of this exceptionprotected JmsPublishException(String message, JmsErrors errorType)
messagemessage - the detail messageerrorType - JMS errorCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.