Package org.sblim.wbem.http
Class HttpException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.sblim.wbem.http.HttpException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
HttpParseException
public class HttpException extends java.io.IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpException()
HttpException(int status, java.lang.String reason)
HttpException(int status, java.lang.String reason, java.lang.String cimError)
HttpException(java.lang.String reason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getStatus()
java.lang.String
toString()
-