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