public class AmqpDeliveryTagNotFoundException extends AmqpExtensionException
ModuleException that represents an error when acknowledging a message| Modifier | Constructor and Description |
|---|---|
|
AmqpDeliveryTagNotFoundException(String message)
Creates a new instance with the specified detail
message |
protected |
AmqpDeliveryTagNotFoundException(String message,
AmqpError errorType)
Creates a new instance with the specified detail
message |
protected |
AmqpDeliveryTagNotFoundException(String message,
AmqpError errorType,
Exception exception)
Creates a new instance with the specified detail
message |
|
AmqpDeliveryTagNotFoundException(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 AmqpDeliveryTagNotFoundException(String message)
messagemessage - the detail messagepublic AmqpDeliveryTagNotFoundException(String message, Exception exception)
messagemessage - the detail messageexception - cause of this exceptionprotected AmqpDeliveryTagNotFoundException(String message, AmqpError errorType)
messagemessage - the detail messageerrorType - AMQP errorCopyright © 2019 MuleSoft, Inc.. All rights reserved.