public class JmsPublishException extends JmsExtensionException
JmsExtensionException to be thrown in the cases where an error occurs when trying to publish a message| Modifier | Constructor and Description |
|---|---|
|
JmsPublishException(String message)
Creates a new instance with the specified detail
message |
protected |
JmsPublishException(String message,
JmsError errorType)
Creates a new instance with the specified detail
message |
protected |
JmsPublishException(String message,
JmsError errorType,
Exception exception)
Creates a new instance with the specified detail
message |
|
JmsPublishException(String message,
Throwable 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, Throwable exception)
messagemessage - the detail messageexception - cause of this exceptionprotected JmsPublishException(String message, JmsError errorType)
messagemessage - the detail messageerrorType - JMS errorCopyright © 2022. All rights reserved.