org.sblim.cimclient.internal.http
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() |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public 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, 2009 IBM Corporation. All Rights Reserved.