| Package | Description |
|---|---|
| com.mule.extensions.amqp.api.exception | |
| com.mule.extensions.amqp.internal | |
| com.mule.extensions.amqp.internal.exception.resolver |
| 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 |
| Constructor and Description |
|---|
AbstractExceptionResolver(AmqpError generalErrorType) |
| Constructor and Description |
|---|
IOExceptionResolver(AmqpError generalErrorType) |
Copyright © 2023 MuleSoft, Inc.. All rights reserved.