| Package | Description |
|---|---|
| com.mule.extensions.amqp.api.exception |
| Modifier and Type | Method and Description |
|---|---|
static AmqpError |
AmqpError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AmqpError[] |
AmqpError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AmqpAckException(String message,
AmqpError errorType)
Creates a new instance with the specified detail
message |
AmqpAckException(String message,
AmqpError errorType,
Exception exception)
Creates a new instance with the specified detail
message |
AmqpConsumeException(String message,
AmqpError errorType)
Creates a new instance with the specified detail
message |
AmqpConsumeException(String message,
AmqpError errorType,
Exception exception)
Creates a new instance with the specified detail
message |
AmqpConsumeTimeoutException(String message,
AmqpError errorType)
Creates a new instance with the specified detail
message |
AmqpConsumeTimeoutException(String message,
AmqpError errorType,
Exception exception)
Creates a new instance with the specified detail
message |
AmqpCreationNotAllowedException(String message,
AmqpError errorType)
Creates a new instance with the specified detail
message |
AmqpCreationNotAllowedException(String message,
AmqpError errorType,
Exception exception)
Creates a new instance with the specified detail
message |
AmqpDeliveryTagNotFoundException(String message,
AmqpError errorType)
Creates a new instance with the specified detail
message |
AmqpDeliveryTagNotFoundException(String message,
AmqpError errorType,
Exception exception)
Creates a new instance with the specified detail
message |
AmqpExtensionException(String message,
AmqpError errorType)
Creates a new instance with the specified detail
message |
AmqpExtensionException(String message,
AmqpError errorType,
Exception exception)
Creates a new instance with the specified detail
message |
AmqpPublishConsumeException(String message,
AmqpError errorType)
Creates a new instance with the specified detail
message |
AmqpPublishConsumeException(String message,
AmqpError errorType,
Exception exception)
Creates a new instance with the specified detail
message |
AmqpPublishException(String message,
AmqpError errorType)
Creates a new instance with the specified detail
message |
AmqpPublishException(String message,
AmqpError errorType,
Exception exception)
Creates a new instance with the specified detail
message |
Copyright © 2019 MuleSoft, Inc.. All rights reserved.