org.sblim.wbem.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.wbem.http.HttpException
                  extended by org.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)
           
 
Method Summary
 
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, 2008 IBM Corporation. All Rights Reserved.