Package de.uplanet.lucy.server.workflow
Class NoTransactionWorkflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.uplanet.lucy.server.workflow.WorkflowException
de.uplanet.lucy.server.workflow.NoTransactionWorkflowException
- All Implemented Interfaces:
Serializable
This exception is thrown when a workflow requires a transaction but
none is currently running.
- See Also:
-
Constructor Summary
ConstructorDescriptionNoTransactionWorkflowException
(String p_strMsg) NoTransactionWorkflowException
(String p_strMsg, Throwable p_cause) NoTransactionWorkflowException
(Throwable p_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
-
NoTransactionWorkflowException
public NoTransactionWorkflowException() -
NoTransactionWorkflowException
-
NoTransactionWorkflowException
-
NoTransactionWorkflowException
-