public abstract class AbstractServiceExceptionHandler extends Object implements ServiceExceptionHandler
| Constructor and Description |
|---|
AbstractServiceExceptionHandler(boolean logException) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
getLogException() |
protected ServiceException |
getServiceException(Message request,
Destination destination,
String method,
Throwable e) |
protected ServiceException |
getServiceException(ServiceInvocationContext context,
Throwable e) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleInvocationException, handleNoSuchMethodExceptionpublic AbstractServiceExceptionHandler(boolean logException)
protected boolean getLogException()
protected ServiceException getServiceException(ServiceInvocationContext context, Throwable e)
protected ServiceException getServiceException(Message request, Destination destination, String method, Throwable e)