| Class | Description |
|---|---|
| JmsAckErrorTypeProvider |
Errors that can be thrown in the
JmsAcknowledge#ack(String) operation. |
| JmsConsumeErrorTypeProvider |
Errors that can be thrown in the
JmsConsume#consume(DefaultJmsConfig, JmsTransactionalConnection, String, ConsumerType, ConsumerAckMode, String, String, String, Long, TimeUnit)
operation operation. |
| JmsExceptionHandler |
ExceptionHandler for the JMS extension. |
| JmsPublishConsumeErrorTypeProvider |
Errors that can be thrown in the
JmsPublishConsume#publishConsume(DefaultJmsConfig, JmsConnection, String, JmsMessageBuilder, JmsPublishParameters, JmsConsumeParameters)
operation operation. |
| JmsPublisherErrorTypeProvider |
Errors that can be thrown in the
JmsPublish#publish(DefaultJmsConfig, JmsTransactionalConnection, String, DestinationType, JmsMessageBuilder, JmsPublishParameters) operation
operation. |
| JmsSessionRecoverErrorTypeProvider |
Errors that can be thrown in the
JmsAcknowledge#recoverSession(String) operation. |
| Enum | Description |
|---|---|
| JmsError |
Errors for the JMS extension
|
| Exception | Description |
|---|---|
| DestinationNotFoundException |
Custom Exception thrown when the extension was not able to create a given
Destination |
| JmsAckException |
ModuleException to be thrown in the cases in which acking a message fails |
| JmsCallbackConnectionException |
Custom
MuleRuntimeException to be used in a JMS Connection ExceptionListener |
| JmsConsumeException |
ModuleException to be thrown in the cases in which the received content to be written is invalid. |
| JmsExtensionException |
Custom generic exception for JmsConnector thrown errors
|
| JmsIllegalBodyException |
ModuleException to be thrown in the cases in which a message body invalid or cannot be converted to a supported type |
| JmsMissingLibraryException |
Exception which is thrown when a required library was not found.
|
| JmsPublishException |
JmsExtensionException to be thrown in the cases where an error occurs when trying to publish a message |
| JmsSecurityException |
JmsExtensionException to be thrown in the case that an Security related error occurs. |
| JmsSessionRecoverException |
ModuleException to be thrown in the cases in which recovering a session fails |
| JmsTimeoutException |
ModuleException that represents an error when consuming a Message
but a timeout is reached before the Message arrives |
Copyright © 2019. All rights reserved.