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:
java.io.Serializable
public class BLHTTPFailureException extends BLHTTPException
The type of exceptions caused by failures to make HTTP requests.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description BLHTTPFailureException(java.lang.String message)Construct an exception.BLHTTPFailureException(java.lang.String message, java.lang.Throwable cause)Construct an exception.BLHTTPFailureException(java.lang.Throwable cause)Construct an exception. -
Method Summary
-
Constructor Details
-
BLHTTPFailureException
public BLHTTPFailureException(java.lang.String message)Construct an exception.- Parameters:
message- The message
-
BLHTTPFailureException
public BLHTTPFailureException(java.lang.String message, java.lang.Throwable cause)Construct an exception.- Parameters:
message- The messagecause- The cause
-
BLHTTPFailureException
public BLHTTPFailureException(java.lang.Throwable cause)Construct an exception.- Parameters:
cause- The cause
-