Package com.io7m.brooklime.api
Class BLHTTPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.brooklime.api.BLException
com.io7m.brooklime.api.BLHTTPException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BLHTTPErrorException,BLHTTPFailureException
The type of exceptions raised by the HTTP requests.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBLHTTPException(String message) Construct an exception.BLHTTPException(String message, Throwable cause) Construct an exception.BLHTTPException(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
-
BLHTTPException
Construct an exception.- Parameters:
message- The message
-
BLHTTPException
Construct an exception.- Parameters:
message- The messagecause- The cause
-
BLHTTPException
Construct an exception.- Parameters:
cause- The cause
-