Package de.xima.fc.exceptions
Class ExecutionAbortedException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- de.xima.fc.exceptions.ExecutionAbortedException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public final class ExecutionAbortedException extends RuntimeException
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:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ExecutionAbortedException(String message)ExecutionAbortedException(String message, Throwable cause)ExecutionAbortedException(Throwable cause) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -