Class BadRequestException

All Implemented Interfaces:
Serializable

public class BadRequestException extends RestApiException
Request could not be parsed as sent (HTTP 400 Bad Request).
See Also:
  • Constructor Details

    • BadRequestException

      public BadRequestException(String msg)
      Parameters:
      msg - error text for client describing how request is bad.
    • BadRequestException

      public BadRequestException(String msg, Throwable cause)
      Parameters:
      msg - error text for client describing how request is bad.
      cause - cause of this exception.