Module io.avaje.jex

Class BadRequestException

All Implemented Interfaces:
Serializable

public class BadRequestException extends HttpResponseException
Thrown when request is invalid
See Also:
  • Constructor Details

    • BadRequestException

      public BadRequestException(String message)
      Create with a message.
    • BadRequestException

      public BadRequestException(Object jsonResponse)
      Create with a response that will sent as JSON.