| Package | Description |
|---|---|
| org.mule.extensions.jms.api.exception |
| Modifier and Type | Method and Description |
|---|---|
static JmsErrors |
JmsErrors.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JmsErrors[] |
JmsErrors.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
JmsConsumeException(String message,
JmsErrors errorType)
Creates a new instance with the specified detail
message |
JmsConsumeException(String message,
JmsErrors errorType,
Exception exception)
Creates a new instance with the specified detail
message |
JmsExtensionException(Exception exception,
JmsErrors errorType,
String message)
Creates a new instance with the specified detail
message |
JmsExtensionException(String message,
JmsErrors errorType)
Creates a new instance with the specified detail
message |
JmsPublishException(String message,
JmsErrors errorType)
Creates a new instance with the specified detail
message |
JmsPublishException(String message,
JmsErrors errorType,
Exception exception)
Creates a new instance with the specified detail
message |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.