Package com.io7m.brooklime.api
Class BLHTTPErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.io7m.brooklime.api.BLException
-
- com.io7m.brooklime.api.BLHTTPException
-
- com.io7m.brooklime.api.BLHTTPErrorException
-
- All Implemented Interfaces:
java.io.Serializable
public final class BLHTTPErrorException extends BLHTTPException
The type of exceptions raised by HTTP servers returning unexpected errors.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BLHTTPErrorException(int inStatusCode, java.lang.String inStatusMessage)Construct an exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intstatusCode()java.lang.StringstatusMessage()
-