Class IncorrectTripleSubjectExceptionMapper

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

@Provider public class IncorrectTripleSubjectExceptionMapper extends ConstraintExceptionMapper<org.fcrepo.kernel.api.exception.IncorrectTripleSubjectException> implements ExceptionDebugLogging
Since:
2015-07-15
Author:
ajs6f
  • Constructor Details

  • Method Details

    • toResponse

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