public class DefaultServiceExceptionHandler extends AbstractServiceExceptionHandler
| Constructor and Description |
|---|
DefaultServiceExceptionHandler() |
DefaultServiceExceptionHandler(boolean logException) |
| Modifier and Type | Method and Description |
|---|---|
ServiceException |
handleInvocationException(ServiceInvocationContext context,
Throwable e) |
ServiceException |
handleNoSuchMethodException(Message request,
Destination destination,
Object invokee,
String method,
Object[] args,
NoSuchMethodException e) |
getLogException, getServiceException, getServiceExceptionpublic DefaultServiceExceptionHandler()
public DefaultServiceExceptionHandler(boolean logException)
public ServiceException handleNoSuchMethodException(Message request, Destination destination, Object invokee, String method, Object[] args, NoSuchMethodException e)
public ServiceException handleInvocationException(ServiceInvocationContext context, Throwable e)