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