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