org.granite.tide.seam21
Class Seam21ServiceExceptionHandler

java.lang.Object
  extended by org.granite.messaging.service.AbstractServiceExceptionHandler
      extended by org.granite.messaging.service.DefaultServiceExceptionHandler
          extended by org.granite.messaging.service.ExtendedServiceExceptionHandler
              extended by org.granite.tide.seam21.Seam21ServiceExceptionHandler
All Implemented Interfaces:
Serializable, org.granite.messaging.service.ServiceExceptionHandler

public class Seam21ServiceExceptionHandler
extends org.granite.messaging.service.ExtendedServiceExceptionHandler

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

Field Summary
 
Fields inherited from class org.granite.messaging.service.ExtendedServiceExceptionHandler
JAVAX_EJB_EXCEPTION
 
Constructor Summary
Seam21ServiceExceptionHandler()
           
Seam21ServiceExceptionHandler(boolean logException)
           
 
Method Summary
protected  org.granite.messaging.service.ServiceException getServiceException(flex.messaging.messages.Message request, org.granite.config.flex.Destination destination, String method, Throwable t)
           
 
Methods inherited from class org.granite.messaging.service.ExtendedServiceExceptionHandler
getCause
 
Methods inherited from class org.granite.messaging.service.DefaultServiceExceptionHandler
handleInvocationException, handleNoSuchMethodException
 
Methods inherited from class org.granite.messaging.service.AbstractServiceExceptionHandler
getLogException, getServiceException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Seam21ServiceExceptionHandler

public Seam21ServiceExceptionHandler()

Seam21ServiceExceptionHandler

public Seam21ServiceExceptionHandler(boolean logException)
Method Detail

getServiceException

protected org.granite.messaging.service.ServiceException getServiceException(flex.messaging.messages.Message request,
                                                                             org.granite.config.flex.Destination destination,
                                                                             String method,
                                                                             Throwable t)
Overrides:
getServiceException in class org.granite.messaging.service.ExtendedServiceExceptionHandler