public class AmqpPublishException extends AmqpExtensionException
ModuleException to be thrown in the cases where there is an error in a publish operation.| Modifier | Constructor and Description |
|---|---|
|
AmqpPublishException(String message)
Creates a new instance with the specified detail
message |
protected |
AmqpPublishException(String message,
AmqpError errorType)
Creates a new instance with the specified detail
message |
protected |
AmqpPublishException(String message,
AmqpError errorType,
Exception exception)
Creates a new instance with the specified detail
message |
|
AmqpPublishException(String message,
Exception exception)
Creates a new instance with the specified detail
message |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AmqpPublishException(String message)
messagemessage - the detail messagepublic AmqpPublishException(String message, Exception exception)
messagemessage - the detail messageexception - cause of this exceptionprotected AmqpPublishException(String message, AmqpError errorType)
messagemessage - the detail messageerrorType - AMQP errorCopyright © 2023 MuleSoft, Inc.. All rights reserved.