Class JPARSExceptionMapper

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

@Provider public class JPARSExceptionMapper extends AbstractExceptionMapper implements jakarta.ws.rs.ext.ExceptionMapper<JPARSException>
  • Constructor Details

    • JPARSExceptionMapper

      public JPARSExceptionMapper()
  • Method Details

    • toResponse

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