public class HttpException extends RuntimeException
Constructor and Description |
---|
HttpException(int responseCode,
String statusLine) |
HttpException(String message) |
HttpException(String message,
Throwable cause) |
HttpException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
int |
getResponseCode()
Gets the response code, may be -1 if unknown
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Licenced under the Apache License, Version 2.0