Class AccessDeniedExceptionMapper

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

@Provider public class AccessDeniedExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<org.fcrepo.kernel.api.exception.AccessDeniedException>, ExceptionDebugLogging
Author:
fasseg
  • Constructor Details

  • Method Details

    • toResponse

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