Class BLHTTPFailureException

All Implemented Interfaces:
Serializable

public class BLHTTPFailureException extends BLHTTPException
The type of exceptions caused by failures to make HTTP requests.
See Also:
  • Constructor Details

    • BLHTTPFailureException

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

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

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