public interface ExceptionHandler
DispatchAsync
implementation to intercept exceptions which return from further up the chain.Modifier and Type | Interface and Description |
---|---|
static class |
ExceptionHandler.Status
ExceptionHandler 's status enumeration. |
Modifier and Type | Method and Description |
---|---|
ExceptionHandler.Status |
onFailure(Throwable e)
This method is called when an exception occurs.
|
ExceptionHandler.Status onFailure(Throwable e)
ExceptionHandler.Status.STOP
to indicate that the exception has
been handled and further processing should not occur. Return ExceptionHandler.Status.CONTINUE
to indicate that further
processing should occur.e
- The exception.Copyright © 2010–2014 Arcbees. All rights reserved.