Package com.io7m.brooklime.api
Class BLHTTPFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.brooklime.api.BLException
com.io7m.brooklime.api.BLHTTPException
com.io7m.brooklime.api.BLHTTPFailureException
- All Implemented Interfaces:
Serializable
The type of exceptions caused by failures to make HTTP requests.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBLHTTPFailureException(String message) Construct an exception.BLHTTPFailureException(String message, Throwable cause) Construct an exception.BLHTTPFailureException(Throwable cause) Construct an exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BLHTTPFailureException
Construct an exception.- Parameters:
message- The message
-
BLHTTPFailureException
Construct an exception.- Parameters:
message- The messagecause- The cause
-
BLHTTPFailureException
Construct an exception.- Parameters:
cause- The cause
-