org.jboss.seam.exception.control.example.jaxrs.handler
Class CatchBridge
java.lang.Object
org.jboss.seam.exception.control.example.jaxrs.handler.CatchBridge
- All Implemented Interfaces:
- javax.ws.rs.ext.ExceptionMapper<Throwable>
@Provider
@ApplicationScoped
public class CatchBridge
- extends Object
- implements javax.ws.rs.ext.ExceptionMapper<Throwable>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CatchBridge
public CatchBridge()
toResponse
public javax.ws.rs.core.Response toResponse(Throwable exception)
- Specified by:
toResponse in interface javax.ws.rs.ext.ExceptionMapper<Throwable>
Copyright © 2010 Seam Framework. All Rights Reserved.