Class ArgumentOutOfRangeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- microsoft.exchange.webservices.data.core.exception.misc.ArgumentOutOfRangeException
-
- All Implemented Interfaces:
Serializable
public class ArgumentOutOfRangeException extends Exception
The Class ArgumentOutOfRangeException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArgumentOutOfRangeException()Instantiates a new argument out of range exception.ArgumentOutOfRangeException(String arg0)Instantiates a new argument out of range exception.ArgumentOutOfRangeException(String arg0, String arg1)Instantiates a new argument out of range exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ArgumentOutOfRangeException
public ArgumentOutOfRangeException()
Instantiates a new argument out of range exception.
-
ArgumentOutOfRangeException
public ArgumentOutOfRangeException(String arg0)
Instantiates a new argument out of range exception.- Parameters:
arg0- the arg0
-
ArgumentOutOfRangeException
public ArgumentOutOfRangeException(String arg0, String arg1)
Instantiates a new argument out of range exception.- Parameters:
arg0- the arg0arg1- the arg1
-
-