EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

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

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

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


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

Constructor Detail

ClassNotFoundExceptionMapper

public ClassNotFoundExceptionMapper()
Method Detail

toResponse

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

EclipseLink 2.4.2, build 'v20130514-5956486' API Reference