Class OperationInProgressException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ro.sync.exml.workspace.api.editor.validation.OperationInProgressException
All Implemented Interfaces:
Serializable

@API(type=NOT_EXTENDABLE, src=PUBLIC) public class OperationInProgressException extends Exception
Indicates that the validation is impossible at this time. For instance another operation may be in progress.
Since:
22.1
See Also:
  • Constructor Details

    • OperationInProgressException

      public OperationInProgressException(String msg)
      Constructor.
      Parameters:
      msg - The message.