| Interface | Description |
|---|---|
| ExceptionHandler | |
| MessagingExceptionHandler |
Take some action when a messaging exception has occurred (i.e., there was a message in play when the exception occurred).
|
| MessagingExceptionHandlerAcceptor |
MessagingExceptionHandlers that will only be executed if accepts to manage MuleEvent
|
| MessagingExceptionHandlerAware |
Objects that need access to the messaging exception handler of the execution context should implement this interface.
|
| RollbackSourceCallback |
This is used to provide a rollback method in order to achieve atomic message delivery without relying on JTA transactions, The
exact behavior of this method will depend on the transport, e.g.
|
| SystemExceptionHandler |
Take some action when a system exception has occurred (i.e., there was no message in play when the exception occurred).
|
| Exception | Description |
|---|---|
| ObjectNotFoundException |
Exception type for representing a failure due to object not found.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.