Package org.opencastproject.workflow.api
Class WorkflowStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.workflow.api.WorkflowException
org.opencastproject.workflow.api.WorkflowStateException
- All Implemented Interfaces:
Serializable
This exception is used if there is an error related to a WorkflowState
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new workflow state exception without a message or a cause.WorkflowStateException(String message) Constructs a new workflow state exception with a message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WorkflowStateException
public WorkflowStateException()Constructs a new workflow state exception without a message or a cause. -
WorkflowStateException
Constructs a new workflow state exception with a message.- Parameters:
message- the message describing the exception
-