Class ExecutionAbortedError
java.lang.Object
java.lang.Throwable
java.lang.Error
de.xima.fc.exceptions.ExecutionAbortedError
- All Implemented Interfaces:
Serializable
Indicates that execution of a workflow node was aborted. This may happen, for example, when the limit for the maximum
number of executed nodes is reached.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExecutionAbortedError(String message) ExecutionAbortedError(String message, Throwable cause) ExecutionAbortedError(Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExecutionAbortedError
-
ExecutionAbortedError
-
ExecutionAbortedError
-