Class AbstractExceptionMapper
- java.lang.Object
-
- org.eclipse.persistence.jpa.rs.exceptions.AbstractExceptionMapper
-
- Direct Known Subclasses:
JPARSExceptionMapper
public abstract class AbstractExceptionMapper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AbstractExceptionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected javax.ws.rs.core.Response
buildResponse(JPARSException exception)
-
-
-
Method Detail
-
buildResponse
protected javax.ws.rs.core.Response buildResponse(JPARSException exception)
-
-