EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

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

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

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


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

Constructor Detail

EntityNotFoundExceptionMapper

public EntityNotFoundExceptionMapper()
Method Detail

toResponse

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

EclipseLink 2.4.2, build 'v20130514-5956486' API Reference