public interface SystemExceptionHandler extends ExceptionHandler
Modifier and Type | Method and Description |
---|---|
void |
handleException(Exception exception)
Take some action when a system exception has occurred (i.e., there was no message in play when the exception occurred).
|
void |
handleException(Exception exception,
RollbackSourceCallback rollbackMethod)
Take some action when a system exception has occurred (i.e., there was no message in play when the exception occurred).
|
void handleException(Exception exception, RollbackSourceCallback rollbackMethod)
exception
- which occurredrollbackMethod
- will be called if transactions are not used in order to achieve atomic message deliveryvoid handleException(Exception exception)
exception
- which occurredCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.