E - the generic type of the exceptions to catchpublic interface ExceptionCallback<E extends Throwable>
Implementations are to be reusable and thread-safe
| Modifier and Type | Method and Description |
|---|---|
void |
onException(E exception)
Notifies that
exception has occurred |
void onException(E exception)
exception has occurredexception - a ECopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.