public interface ServiceExceptionHandler extends Serializable
| Modifier and Type | Method and Description |
|---|---|
ServiceException |
handleInvocationException(ServiceInvocationContext context,
Throwable t) |
ServiceException |
handleNoSuchMethodException(Message request,
Destination destination,
Object invokee,
String method,
Object[] args,
NoSuchMethodException e) |
ServiceException handleNoSuchMethodException(Message request, Destination destination, Object invokee, String method, Object[] args, NoSuchMethodException e)
ServiceException handleInvocationException(ServiceInvocationContext context, Throwable t)