microsoft.exchange.webservices.data
Class EWSHttpException

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

public class EWSHttpException
extends java.lang.Exception

The Class EWSHttpException.

See Also:
Serialized Form

Constructor Summary
EWSHttpException()
          Instantiates a new eWS http exception.
EWSHttpException(java.lang.String arg0)
          Instantiates a new eWS http exception.
EWSHttpException(java.lang.String arg0, java.lang.Throwable arg1)
          Instantiates a new eWS http exception.
EWSHttpException(java.lang.Throwable arg0)
          Instantiates a new eWS http exception.
 
Method Summary
 
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

EWSHttpException

public EWSHttpException()
Instantiates a new eWS http exception.


EWSHttpException

public EWSHttpException(java.lang.String arg0,
                        java.lang.Throwable arg1)
Instantiates a new eWS http exception.

Parameters:
arg0 - the arg0
arg1 - the arg1

EWSHttpException

public EWSHttpException(java.lang.String arg0)
Instantiates a new eWS http exception.

Parameters:
arg0 - the arg0

EWSHttpException

public EWSHttpException(java.lang.Throwable arg0)
Instantiates a new eWS http exception.

Parameters:
arg0 - the arg0