public class ExtendedServiceExceptionHandler extends DefaultServiceExceptionHandler
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Class<?> |
JAVAX_EJB_EXCEPTION |
| Constructor and Description |
|---|
ExtendedServiceExceptionHandler() |
ExtendedServiceExceptionHandler(boolean logException) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Throwable |
getCause(java.lang.Throwable t) |
protected ServiceException |
getServiceException(Message request,
Destination destination,
java.lang.String method,
java.lang.Throwable t) |
handleInvocationException, handleNoSuchMethodExceptiongetLogException, getServiceExceptionpublic ExtendedServiceExceptionHandler()
public ExtendedServiceExceptionHandler(boolean logException)
protected ServiceException getServiceException(Message request, Destination destination, java.lang.String method, java.lang.Throwable t)
getServiceException in class AbstractServiceExceptionHandlerpublic static java.lang.Throwable getCause(java.lang.Throwable t)