Class InvalidMementoPathExceptionMapper

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

@Provider public class InvalidMementoPathExceptionMapper extends ConstraintExceptionMapper<org.fcrepo.kernel.api.exception.InvalidMementoPathException> implements ExceptionDebugLogging
Since:
2018-08-10
Author:
lsitu
  • Constructor Details

  • Method Details

    • toResponse

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