Class ConstraintViolationExceptionMapper

java.lang.Object
org.fcrepo.http.commons.exceptionhandlers.ConstraintExceptionMapper<org.fcrepo.kernel.api.exception.ConstraintViolationException>
org.fcrepo.http.commons.exceptionhandlers.ConstraintViolationExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<org.fcrepo.kernel.api.exception.ConstraintViolationException>, ExceptionDebugLogging

@Provider public class ConstraintViolationExceptionMapper extends ConstraintExceptionMapper<org.fcrepo.kernel.api.exception.ConstraintViolationException> implements ExceptionDebugLogging
Since:
2015-06-01
Author:
whikloj
  • Constructor Details

  • Method Details

    • toResponse

      public javax.ws.rs.core.Response toResponse(org.fcrepo.kernel.api.exception.ConstraintViolationException e)
      Specified by:
      toResponse in interface javax.ws.rs.ext.ExceptionMapper<org.fcrepo.kernel.api.exception.ConstraintViolationException>