|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.sblim.cimclient.internal.http.HttpException
public class HttpException
Class HttpException represents HTTP related problems
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
int |
getStatus()
Returns the status |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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 errorMethod Detail |
---|
public int getStatus()
public java.lang.String toString()
toString
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |