org.granite.messaging.service
Interface ServiceExceptionHandler

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractServiceExceptionHandler, DefaultServiceExceptionHandler, ExtendedServiceExceptionHandler

public interface ServiceExceptionHandler
extends Serializable

Author:
Marcelo SCHROEDER

Method Summary
 ServiceException handleInvocationException(ServiceInvocationContext context, Throwable t)
           
 ServiceException handleNoSuchMethodException(Message request, Destination destination, Object invokee, String method, Object[] args, NoSuchMethodException e)
           
 

Method Detail

handleNoSuchMethodException

ServiceException handleNoSuchMethodException(Message request,
                                             Destination destination,
                                             Object invokee,
                                             String method,
                                             Object[] args,
                                             NoSuchMethodException e)

handleInvocationException

ServiceException handleInvocationException(ServiceInvocationContext context,
                                           Throwable t)