Class OperationInProgressException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ro.sync.exml.workspace.api.editor.validation.OperationInProgressException
- All Implemented Interfaces:
Serializable
Indicates that the validation is impossible at this time. For instance another
operation may be in progress.
- Since:
- 22.1
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OperationInProgressException
Constructor.- Parameters:
msg
- The message.
-