microsoft.exchange.webservices.data
Class HttpErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by microsoft.exchange.webservices.data.HttpErrorException
All Implemented Interfaces:
java.io.Serializable

public class HttpErrorException
extends java.lang.Exception

User: nwoodham Date: 3/8/11 Time: 5:30 PM

See Also:
Serialized Form

Constructor Summary
HttpErrorException()
           
HttpErrorException(java.lang.String message, int code)
           
 
Method Summary
 int getHttpErrorCode()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HttpErrorException

public HttpErrorException()

HttpErrorException

public HttpErrorException(java.lang.String message,
                          int code)
Method Detail

getHttpErrorCode

public int getHttpErrorCode()