Class GenericExceptionMapper

java.lang.Object
org.apache.drill.exec.server.rest.GenericExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<Throwable>

public class GenericExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<Throwable>
  • Constructor Details

    • GenericExceptionMapper

      public GenericExceptionMapper()
  • Method Details

    • toResponse

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