org.sblim.cimclient.internal.http
Class HttpParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.sblim.cimclient.internal.http.HttpException
                  extended by org.sblim.cimclient.internal.http.HttpParseException
All Implemented Interfaces:
Serializable

public class HttpParseException
extends HttpException

Class HttpParseException represents problems parsing http challenges

See Also:
Serialized Form

Constructor Summary
HttpParseException()
          Ctor.
HttpParseException(String pReason)
          Ctor.
 
Method Summary
 
Methods inherited from class org.sblim.cimclient.internal.http.HttpException
getStatus, 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

HttpParseException

public HttpParseException()
Ctor.


HttpParseException

public HttpParseException(String pReason)
Ctor.

Parameters:
pReason - The reason


Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.