Class WorkflowException

  • All Implemented Interfaces:
    java.io.Serializable

    public class WorkflowException
    extends NgcException
    Workflow exception.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      WorkflowException​(java.lang.String message)
      Constructs a new WorkflowException.
      WorkflowException​(java.lang.String message, java.lang.Exception e)
      Constructs a new WorkflowException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • WorkflowException

        public WorkflowException​(java.lang.String message)
        Constructs a new WorkflowException.
        Parameters:
        message - exception message
      • WorkflowException

        public WorkflowException​(java.lang.String message,
                                 java.lang.Exception e)
        Constructs a new WorkflowException.
        Parameters:
        message - exception message
        e - exception cause