public class HttpException extends IOException
| Constructor and Description |
|---|
HttpException()
Ctor.
|
HttpException(int status,
String reason)
Ctor.
|
HttpException(int status,
String reason,
String cimError)
Ctor.
|
HttpException(String reason)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getStatus()
Returns the status
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic HttpException()
HttpException(-1, null, null)public HttpException(String reason)
HttpException(-1, reason, null)reason - The reasonpublic HttpException(int status,
String reason)
HttpException(-1, reason, null)status - The statusreason - The reasonCopyright © 2005, 2012 IBM Corporation. All Rights Reserved.