Class TombstoneExceptionMapper

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

@Provider public class TombstoneExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<org.fcrepo.kernel.api.exception.TombstoneException>, ExceptionDebugLogging
Since:
10/16/14
Author:
cabeer
  • Constructor Details

  • Method Details

    • toResponse

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