public class HttpException
extends java.io.IOException
Constructor and Description |
---|
HttpException()
Ctor.
|
HttpException(int status,
java.lang.String reason)
Ctor.
|
HttpException(int status,
java.lang.String reason,
java.lang.String cimError)
Ctor.
|
HttpException(java.lang.String reason)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
int |
getStatus()
Returns the status
|
java.lang.String |
toString() |
public HttpException()
HttpException(-1, null, null)
public HttpException(java.lang.String reason)
HttpException(-1, reason, null)
reason
- The reasonpublic HttpException(int status, java.lang.String reason)
HttpException(-1, reason, null)
status
- The statusreason
- The reasonpublic HttpException(int status, java.lang.String reason, java.lang.String cimError)
HttpException(-1, reason, null)
status
- The statusreason
- The reasoncimError
- The CIM errorCopyright © 2005, 2013 IBM Corporation. All Rights Reserved.