Class BadRequestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.druid.server.initialization.jetty.BadRequestException
All Implemented Interfaces:
Serializable

public class BadRequestException extends RuntimeException
This class is for any exceptions that should return a bad request status code (404). See BadQueryException for query requests.
See Also:
  • Constructor Details

    • BadRequestException

      public BadRequestException(String msg)