Class RepositoryVersionRuntimeExceptionMapper

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

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

  • Method Details

    • toResponse

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