Class ExternalContentAccessExceptionMapper

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

@Provider public class ExternalContentAccessExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<org.fcrepo.kernel.api.exception.ExternalContentAccessException>, ExceptionDebugLogging
ExternalContentException mapper
Since:
2018-07-11
Author:
whikloj
  • Constructor Details

  • Method Details

    • toResponse

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