EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

org.eclipse.persistence.jpa.rs.exceptions
Class JPARSExceptionMapper

java.lang.Object
  extended by org.eclipse.persistence.jpa.rs.exceptions.JPARSExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<JPARSException>

@Provider
public class JPARSExceptionMapper
extends java.lang.Object
implements javax.ws.rs.ext.ExceptionMapper<JPARSException>


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

Constructor Detail

JPARSExceptionMapper

public JPARSExceptionMapper()
Method Detail

toResponse

public javax.ws.rs.core.Response toResponse(JPARSException exception)
Specified by:
toResponse in interface javax.ws.rs.ext.ExceptionMapper<JPARSException>

EclipseLink 2.4.2, build 'v20130514-5956486' API Reference