Class NoTransactionWorkflowException

  • All Implemented Interfaces:
    Serializable

    public final class NoTransactionWorkflowException
    extends WorkflowException
    This exception is thrown when a workflow requires a transaction but none is currently running.
    See Also:
    Serialized Form
    • Constructor Detail

      • NoTransactionWorkflowException

        public NoTransactionWorkflowException()
      • NoTransactionWorkflowException

        public NoTransactionWorkflowException​(String p_strMsg)
      • NoTransactionWorkflowException

        public NoTransactionWorkflowException​(Throwable p_cause)
      • NoTransactionWorkflowException

        public NoTransactionWorkflowException​(String p_strMsg,
                                              Throwable p_cause)