org.sblim.wbem.http
Class HttpException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
HttpParseException

public class HttpException
extends java.io.IOException

See Also:
Serialized Form

Constructor Summary
HttpException()
           
HttpException(int status, java.lang.String reason)
           
HttpException(int status, java.lang.String reason, java.lang.String cimError)
           
HttpException(java.lang.String reason)
           
 
Method Summary
 int getStatus()
           
 java.lang.String 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

HttpException

public HttpException()

HttpException

public HttpException(java.lang.String reason)

HttpException

public HttpException(int status,
                     java.lang.String reason)

HttpException

public HttpException(int status,
                     java.lang.String reason,
                     java.lang.String cimError)
Method Detail

getStatus

public int getStatus()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable


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