microsoft.exchange.webservices.data
Class ArgumentOutOfRangeException

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

public class ArgumentOutOfRangeException
extends java.lang.Exception

The Class ArgumentOutOfRangeException.

See Also:
Serialized Form

Constructor Summary
ArgumentOutOfRangeException()
          Instantiates a new argument out of range exception.
ArgumentOutOfRangeException(java.lang.String arg0)
          Instantiates a new argument out of range exception.
ArgumentOutOfRangeException(java.lang.String arg0, java.lang.String arg1)
          Instantiates a new argument out of range 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

ArgumentOutOfRangeException

public ArgumentOutOfRangeException()
Instantiates a new argument out of range exception.


ArgumentOutOfRangeException

public ArgumentOutOfRangeException(java.lang.String arg0)
Instantiates a new argument out of range exception.

Parameters:
arg0 - the arg0

ArgumentOutOfRangeException

public ArgumentOutOfRangeException(java.lang.String arg0,
                                   java.lang.String arg1)
Instantiates a new argument out of range exception.

Parameters:
arg0 - the arg0
arg1 - the arg1