Class MultipleConstraintViolationExceptionMapper

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

@Provider public class MultipleConstraintViolationExceptionMapper extends ConstraintExceptionMapper<org.fcrepo.kernel.api.exception.MultipleConstraintViolationException> implements ExceptionDebugLogging
Mapper to display all the various constrainedby links and messages.
Author:
whikloj
  • Constructor Details

  • Method Details

    • toResponse

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