public class UnauthorizedException extends IOException
session.| Constructor and Description |
|---|
UnauthorizedException(String message,
org.apache.http.HttpResponse httpResponse)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.HttpResponse |
httpResponse()
The
response received. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnauthorizedException(String message, org.apache.http.HttpResponse httpResponse)
message - the exception messagehttpResponse - the response receivedCopyright © 2017 George Aristy. All rights reserved.