Class BLHTTPException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BLHTTPErrorException, BLHTTPFailureException

public class BLHTTPException extends BLException
The type of exceptions raised by the HTTP requests.
See Also:
  • Constructor Details

    • BLHTTPException

      public BLHTTPException(String message)
      Construct an exception.
      Parameters:
      message - The message
    • BLHTTPException

      public BLHTTPException(String message, Throwable cause)
      Construct an exception.
      Parameters:
      message - The message
      cause - The cause
    • BLHTTPException

      public BLHTTPException(Throwable cause)
      Construct an exception.
      Parameters:
      cause - The cause