org.sblim.cimclient.internal.http
public class HttpException extends IOException
| Constructor Summary | |
|---|---|
| HttpException()
Ctor. | |
| HttpException(String reason)
Ctor. | |
| HttpException(int status, String reason)
Ctor. | |
| HttpException(int status, String reason, String cimError)
Ctor. | |
| Method Summary | |
|---|---|
| int | getStatus()
Returns the status
|
HttpException(-1, null, null)HttpException(-1, reason, null)
Parameters: reason The reason
HttpException(-1, reason, null)
Parameters: status The status reason The reason
HttpException(-1, reason, null)
Parameters: status The status reason The reason cimError The CIM error
Returns: The status