Class FlowExecutionException

    • Constructor Detail

      • FlowExecutionException

        public FlowExecutionException​(long moduleId,
                                      String moduleName,
                                      String flowId,
                                      String flowTitle,
                                      String correlationId,
                                      String errorMessage,
                                      Throwable exception)
    • Method Detail

      • getModuleId

        public long getModuleId()
      • getFlowId

        public String getFlowId()
      • getFlowTitle

        public String getFlowTitle()
      • getModuleName

        public String getModuleName()
      • getCorrelationId

        public String getCorrelationId()