Class CustomExceptionMapper

java.lang.Object
org.apache.druid.server.initialization.jetty.CustomExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<com.fasterxml.jackson.databind.JsonMappingException>

@Provider public class CustomExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<com.fasterxml.jackson.databind.JsonMappingException>
  • Field Details

  • Constructor Details

    • CustomExceptionMapper

      public CustomExceptionMapper()
  • Method Details

    • toResponse

      public javax.ws.rs.core.Response toResponse(com.fasterxml.jackson.databind.JsonMappingException exception)
      Specified by:
      toResponse in interface javax.ws.rs.ext.ExceptionMapper<com.fasterxml.jackson.databind.JsonMappingException>