Class HttpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.sblim.wbem.http.HttpException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HttpParseException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHttpException
(int status, String reason) HttpException
(int status, String reason, String cimError) HttpException
(String reason) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
HttpException
public HttpException() -
HttpException
-
HttpException
-
HttpException
-
-
Method Details
-
getStatus
public int getStatus() -
toString
-