Class InvalidOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- microsoft.exchange.webservices.data.core.exception.misc.InvalidOperationException
-
- All Implemented Interfaces:
Serializable
public class InvalidOperationException extends Exception
The Class InvalidOperationException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidOperationException()Instantiates a new invalid operation exception.InvalidOperationException(String strMessage)Instantiates a new invalid operation 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
-
InvalidOperationException
public InvalidOperationException()
Instantiates a new invalid operation exception.
-
InvalidOperationException
public InvalidOperationException(String strMessage)
Instantiates a new invalid operation exception.- Parameters:
strMessage- the str message
-
-