microsoft.exchange.webservices.data
Class ArgumentException

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

public class ArgumentException
extends java.lang.Exception

The Class ArgumentException.

See Also:
Serialized Form

Constructor Summary
ArgumentException()
          Instantiates a new argument exception.
ArgumentException(java.lang.String arg0)
          Instantiates a new argument exception.
ArgumentException(java.lang.String message, java.lang.Exception innerException)
          ServiceXmlDeserializationException Constructor.
ArgumentException(java.lang.String message, java.lang.String paramName)
          Initializes a new instance of the System.
 
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

ArgumentException

public ArgumentException()
Instantiates a new argument exception.


ArgumentException

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

Parameters:
arg0 - the arg0

ArgumentException

public ArgumentException(java.lang.String message,
                         java.lang.Exception innerException)
ServiceXmlDeserializationException Constructor.

Parameters:
message - the message
innerException - the inner exception

ArgumentException

public ArgumentException(java.lang.String message,
                         java.lang.String paramName)
Initializes a new instance of the System. ArgumentException class with a specified error message and the name of the parameter that causes this exception.

Parameters:
message - The error message that explains the reason for the exception.
paramName - The name of the parameter that caused the current exception.