|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
microsoft.exchange.webservices.data.ArgumentException
public class ArgumentException
The Class ArgumentException.
| Constructor Summary | |
|---|---|
ArgumentException()
Instantiates a new argument exception. |
|
ArgumentException(String arg0)
Instantiates a new argument exception. |
|
ArgumentException(String message,
Exception innerException)
ServiceXmlDeserializationException Constructor. |
|
ArgumentException(String message,
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 |
|---|
public ArgumentException()
public ArgumentException(String arg0)
arg0 - the arg0
public ArgumentException(String message,
Exception innerException)
message - the messageinnerException - the inner exception
public ArgumentException(String message,
String paramName)
message - The error message that explains the reason for the exception.paramName - The name of the parameter that caused the current exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||