java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.intellij.util.IncorrectOperationException
- All Implemented Interfaces:
Serializable
Signals the requested operation has failed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIncorrectOperationException(String message) IncorrectOperationException(String message, Exception e) Deprecated, for removal: This API element is subject to removal in a future version.IncorrectOperationException(String message, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncorrectOperationException
public IncorrectOperationException() -
IncorrectOperationException
-
IncorrectOperationException
-
IncorrectOperationException
-
IncorrectOperationException
Deprecated, for removal: This API element is subject to removal in a future version.
-
IncorrectOperationException(String, Throwable)