Class BadMessageException

All Implemented Interfaces:
Serializable, HttpException, QuietException

@Deprecated(since="12.1.6", forRemoval=true) public class BadMessageException extends HttpException.RuntimeException
Deprecated, for removal: This API element is subject to removal in a future version.

Exception thrown to indicate a Bad HTTP Message has either been received or attempted to be generated. Typically, these are handled with 4xx or 5xx responses.

See Also:
  • Constructor Details

    • BadMessageException

      public BadMessageException()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • BadMessageException

      public BadMessageException(String reason)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • BadMessageException

      public BadMessageException(String reason, Throwable cause)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • BadMessageException

      public BadMessageException(int code)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • BadMessageException

      public BadMessageException(int code, String reason)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • BadMessageException

      public BadMessageException(int code, String reason, Throwable cause)
      Deprecated, for removal: This API element is subject to removal in a future version.