org.granite.messaging.service
Class AbstractServiceExceptionHandler
java.lang.Object
org.granite.messaging.service.AbstractServiceExceptionHandler
- All Implemented Interfaces:
- Serializable, ServiceExceptionHandler
- Direct Known Subclasses:
- DefaultServiceExceptionHandler
public abstract class AbstractServiceExceptionHandler
- extends Object
- implements ServiceExceptionHandler
- Author:
- Marcelo SCHROEDER
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractServiceExceptionHandler
public AbstractServiceExceptionHandler(boolean logException)
getLogException
protected boolean getLogException()
getServiceException
protected ServiceException getServiceException(ServiceInvocationContext context,
Throwable e)
getServiceException
protected ServiceException getServiceException(Message request,
Destination destination,
String method,
Throwable e)