Interface CallChain.Exceptional<RequestT,ResponseT,ClientT,ModelT,CallbackT extends StdCallbackContext>

Type Parameters:
RequestT - , the web service request that was made
ResponseT - the response or the fault (Exception) that needs to handled
ClientT - , the client that was used to invoke
ModelT - , the resource model object that we are currently working against
CallbackT - , the callback context that contains results
All Superinterfaces:
CallChain.Completed<RequestT,ResponseT,ClientT,ModelT,CallbackT>
All Known Subinterfaces:
CallChain.Stabilizer<RequestT,ResponseT,ClientT,ModelT,CallbackT>
Enclosing interface:
CallChain

public static interface CallChain.Exceptional<RequestT,ResponseT,ClientT,ModelT,CallbackT extends StdCallbackContext> extends CallChain.Completed<RequestT,ResponseT,ClientT,ModelT,CallbackT>
This provide the handler with the option to provide an explicit exception handler that would have service exceptions that was received.