org.granite.messaging.service
Class DefaultServiceExceptionHandler
java.lang.Object
org.granite.messaging.service.AbstractServiceExceptionHandler
org.granite.messaging.service.DefaultServiceExceptionHandler
- All Implemented Interfaces:
- Serializable, ServiceExceptionHandler
- Direct Known Subclasses:
- ExtendedServiceExceptionHandler
public class DefaultServiceExceptionHandler
- extends AbstractServiceExceptionHandler
- 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 |
DefaultServiceExceptionHandler
public DefaultServiceExceptionHandler()
DefaultServiceExceptionHandler
public DefaultServiceExceptionHandler(boolean logException)
handleNoSuchMethodException
public ServiceException handleNoSuchMethodException(Message request,
Destination destination,
Object invokee,
String method,
Object[] args,
NoSuchMethodException e)
handleInvocationException
public ServiceException handleInvocationException(ServiceInvocationContext context,
Throwable e)