Class ServerErrorExceptionMapper

java.lang.Object
org.fcrepo.http.commons.exceptionhandlers.ServerErrorExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<javax.ws.rs.ServerErrorException>, ExceptionDebugLogging

@Provider public class ServerErrorExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<javax.ws.rs.ServerErrorException>, ExceptionDebugLogging
Since:
11/20/14
Author:
awoods
  • Constructor Details

  • Method Details

    • toResponse

      public javax.ws.rs.core.Response toResponse(javax.ws.rs.ServerErrorException e)
      Specified by:
      toResponse in interface javax.ws.rs.ext.ExceptionMapper<javax.ws.rs.ServerErrorException>