org.granite.seam
Class SeamServiceExceptionHandler
java.lang.Object
org.granite.messaging.service.AbstractServiceExceptionHandler
org.granite.messaging.service.DefaultServiceExceptionHandler
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
| 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 |
SeamServiceExceptionHandler
public SeamServiceExceptionHandler()
SeamServiceExceptionHandler
public SeamServiceExceptionHandler(boolean logException)
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