Class WorkflowDesignerException

    • Constructor Detail

      • WorkflowDesignerException

        public WorkflowDesignerException​(String callingClass,
                                         int errorLevel,
                                         String message)
        -------------------------------------------------------------------------- constructors constructors
      • WorkflowDesignerException

        public WorkflowDesignerException​(String callingClass,
                                         int errorLevel,
                                         String message,
                                         String extraParams)
      • WorkflowDesignerException

        public WorkflowDesignerException​(String callingClass,
                                         int errorLevel,
                                         String message,
                                         Exception nested)
      • WorkflowDesignerException

        public WorkflowDesignerException​(String callingClass,
                                         int errorLevel,
                                         String message,
                                         String extraParams,
                                         Exception nested)
    • Method Detail