Class ResourceTypeExceptionMapper

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

@Provider public class ResourceTypeExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<org.fcrepo.kernel.api.exception.ResourceTypeException>, ExceptionDebugLogging
Since:
9/15/14
Author:
cabeer
  • Constructor Details

  • Method Details

    • toResponse

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