public class AmqpAckException extends AmqpExtensionException
ModuleException to be thrown in the cases where there is an error in an ack operation.| Modifier | Constructor and Description |
|---|---|
|
AmqpAckException(String message)
Creates a new instance with the specified detail
message |
protected |
AmqpAckException(String message,
AmqpError errorType)
Creates a new instance with the specified detail
message |
protected |
AmqpAckException(String message,
AmqpError errorType,
Exception exception)
Creates a new instance with the specified detail
message |
|
AmqpAckException(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 AmqpAckException(String message)
messagemessage - the detail messagepublic AmqpAckException(String message, Exception exception)
messagemessage - the detail messageexception - cause of this exceptionprotected AmqpAckException(String message, AmqpError errorType)
messagemessage - the detail messageerrorType - AMQP errorCopyright © 2025 MuleSoft, Inc.. All rights reserved.