Class PathNotFoundExceptionMapper

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

@Provider public class PathNotFoundExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<org.fcrepo.kernel.api.exception.PathNotFoundException>, ExceptionDebugLogging
Catch PathNotFoundException
Author:
robyj
  • Constructor Details

  • Method Details

    • toResponse

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