Class WorkflowFatalException

    • Constructor Detail

      • WorkflowFatalException

        public WorkflowFatalException​(String caller,
                                      String message)
        Set the caller and the error message
      • WorkflowFatalException

        public WorkflowFatalException​(String caller,
                                      String message,
                                      Exception nestedException)
        Set the caller, the error message and the nested exception.