|
||||||||
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(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 |
---|
public ArgumentException()
public ArgumentException(java.lang.String arg0)
arg0
- the arg0public ArgumentException(java.lang.String message, java.lang.Exception innerException)
message
- the messageinnerException
- the inner exceptionpublic ArgumentException(java.lang.String message, java.lang.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 |