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, ServiceExceptionHandler
public class SeamServiceExceptionHandler
- extends 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeamServiceExceptionHandler
public SeamServiceExceptionHandler()
SeamServiceExceptionHandler
public SeamServiceExceptionHandler(boolean logException)
handleInvocationException
public ServiceException handleInvocationException(ServiceInvocationContext context,
Throwable t)
- Specified by:
handleInvocationException in interface ServiceExceptionHandler- Overrides:
handleInvocationException in class DefaultServiceExceptionHandler