| Class | Description |
|---|---|
| JmsAckErrorTypeProvider |
Errors that can be thrown in the
JmsAck.ack(JmsConnection, String) operation. |
| JmsConsumeErrorTypeProvider |
Errors that can be thrown in the
JmsConsume.consume(JmsConnection, JmsConfig, String, ConsumerType, AckMode, String, String, String, Long, TimeUnit)
operation operation. |
| JmsExceptionHandler |
ExceptionHandler for the JMS extension. |
| JmsPublishConsumeErrorTypeProvider |
Errors that can be thrown in the
JmsPublishConsume.publishConsume(JmsConfig, JmsConnection, String, MessageBuilder, AckMode, long, TimeUnit, JmsPublishParameters)
operation operation. |
| JmsPublisherErrorTypeProvider |
Errors that can be thrown in the
JmsPublish.publish(JmsConfig, JmsConnection, String, DestinationType, MessageBuilder, JmsPublishParameters) operation
operation. |
| Enum | Description |
|---|---|
| JmsErrors |
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 JmsExtension thrown errors
|
| JmsIllegalBodyException |
ModuleException to be thrown in the cases in which a message body invalid or cannot be converted to a supported type |
| JmsPublishException |
ModuleException to be thrown in the cases in which the received content to be written is invalid. |
| JmsTimeoutException |
ModuleException that represents an error when consuming a Message
but a timeout is reached before the Message arrives |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.