org.hudsonci.rest.api.internal
Class FaultExceptionMapper
java.lang.Object
org.hudsonci.rest.api.internal.FaultExceptionMapper
- All Implemented Interfaces:
- javax.ws.rs.ext.ExceptionMapper<FaultException>
@Provider
public class FaultExceptionMapper
- extends Object
- implements javax.ws.rs.ext.ExceptionMapper<FaultException>
FaultException mapper.
- Since:
- 2.1.0
- Author:
- Jason Dillon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FaultExceptionMapper
public FaultExceptionMapper()
toResponse
public javax.ws.rs.core.Response toResponse(FaultException cause)
- Specified by:
toResponse in interface javax.ws.rs.ext.ExceptionMapper<FaultException>
Copyright © 2004-2011 Hudson. All Rights Reserved.