Package org.opencastproject.workflow.api
Class WorkflowOperationAbortedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.workflow.api.WorkflowOperationException
org.opencastproject.workflow.api.WorkflowOperationAbortedException
- All Implemented Interfaces:
Serializable
Thrown when a
WorkflowOperationInstance fails to run.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowOperationAbortedException(String message) Constructs a newWorkflowOperationAbortedExceptionwith a message, but no root cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WorkflowOperationAbortedException
Constructs a newWorkflowOperationAbortedExceptionwith a message, but no root cause.- Parameters:
message- The message describing what went wrong
-