org.hudsonci.rest.api.internal
Class FaultExceptionMapper

java.lang.Object
  extended by 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

Constructor Summary
FaultExceptionMapper()
           
 
Method Summary
 javax.ws.rs.core.Response toResponse(FaultException cause)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FaultExceptionMapper

public FaultExceptionMapper()
Method Detail

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.