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
Class HttpParseException represents problems parsing http challenges
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.sblim.cimclient.internal.http.HttpException
getStatus, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
HttpParseException
public HttpParseException()Ctor. -
HttpParseException
public HttpParseException(java.lang.String pReason) Ctor.- Parameters:
pReason
- The reason
-