Class TransactionRuntimeExceptionMapper

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

@Provider public class TransactionRuntimeExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<org.fcrepo.kernel.api.exception.TransactionRuntimeException>, ExceptionDebugLogging
Mapper for transaction exceptions
Author:
bbpennel
  • Constructor Details

  • Method Details

    • toResponse

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