Class HttpParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.sblim.cimclient.internal.http.HttpException
-
- org.sblim.cimclient.internal.http.HttpParseException
-
- All Implemented Interfaces:
java.io.Serializable
public class HttpParseException extends HttpException
Class HttpParseException represents problems parsing http challenges- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpParseException()
Ctor.HttpParseException(java.lang.String pReason)
Ctor.
-
Method Summary
-
Methods inherited from class org.sblim.cimclient.internal.http.HttpException
getStatus, toString
-
-