org.sblim.wbem.http
Class HttpParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.sblim.wbem.http.HttpException
                  extended byorg.sblim.wbem.http.HttpParseException
All Implemented Interfaces:
java.io.Serializable

public class HttpParseException
extends HttpException

See Also:
Serialized Form

Constructor Summary
HttpParseException()
           
HttpParseException(java.lang.String reason)
           
 
Methods inherited from class org.sblim.wbem.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()

HttpParseException

public HttpParseException(java.lang.String reason)


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