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