org.granite.seam
Class SeamServiceExceptionHandler

java.lang.Object
  extended by org.granite.messaging.service.AbstractServiceExceptionHandler
      extended by org.granite.messaging.service.DefaultServiceExceptionHandler
          extended by org.granite.seam.SeamServiceExceptionHandler
All Implemented Interfaces:
Serializable, org.granite.messaging.service.ServiceExceptionHandler

public class SeamServiceExceptionHandler
extends org.granite.messaging.service.DefaultServiceExceptionHandler

Author:
Venkat DANDA, Cameron INGRAM Update services-config.xml to use the seam service exception handler org.granite.seam.SeamServiceExceptionHandler
See Also:
Serialized Form

Constructor Summary
SeamServiceExceptionHandler()
           
SeamServiceExceptionHandler(boolean logException)
           
 
Method Summary
 org.granite.messaging.service.ServiceException handleInvocationException(org.granite.messaging.service.ServiceInvocationContext context, Throwable t)
           
 
Methods inherited from class org.granite.messaging.service.DefaultServiceExceptionHandler
handleNoSuchMethodException
 
Methods inherited from class org.granite.messaging.service.AbstractServiceExceptionHandler
getLogException, getServiceException, getServiceException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeamServiceExceptionHandler

public SeamServiceExceptionHandler()

SeamServiceExceptionHandler

public SeamServiceExceptionHandler(boolean logException)
Method Detail

handleInvocationException

public org.granite.messaging.service.ServiceException handleInvocationException(org.granite.messaging.service.ServiceInvocationContext context,
                                                                                Throwable t)
Specified by:
handleInvocationException in interface org.granite.messaging.service.ServiceExceptionHandler
Overrides:
handleInvocationException in class org.granite.messaging.service.DefaultServiceExceptionHandler