Class OutOfDomainSubjectExceptionMapper

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

@Provider public class OutOfDomainSubjectExceptionMapper extends ConstraintExceptionMapper<org.fcrepo.kernel.api.exception.OutOfDomainSubjectException> implements ExceptionDebugLogging
Since:
2015-05-29
Author:
whikloj
  • Constructor Details

  • Method Details

    • toResponse

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