microsoft.exchange.webservices.data
Class ArgumentNullException

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

public class ArgumentNullException
extends java.lang.Exception

The Class ArgumentNullException.

See Also:
Serialized Form

Constructor Summary
ArgumentNullException()
          Instantiates a new argument null exception.
ArgumentNullException(java.lang.String arg0)
          Instantiates a new argument null exception.
ArgumentNullException(java.lang.String arg0, java.lang.Throwable arg1)
          Instantiates a new argument null exception.
ArgumentNullException(java.lang.Throwable arg0)
          Instantiates a new argument null 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

ArgumentNullException

public ArgumentNullException()
Instantiates a new argument null exception.


ArgumentNullException

public ArgumentNullException(java.lang.String arg0,
                             java.lang.Throwable arg1)
Instantiates a new argument null exception.

Parameters:
arg0 - the arg0
arg1 - the arg1

ArgumentNullException

public ArgumentNullException(java.lang.String arg0)
Instantiates a new argument null exception.

Parameters:
arg0 - the arg0

ArgumentNullException

public ArgumentNullException(java.lang.Throwable arg0)
Instantiates a new argument null exception.

Parameters:
arg0 - the arg0