Class FlowAccessException

    • Constructor Detail

      • FlowAccessException

        public FlowAccessException​(String flowName)
        Constructs the exception with the name of the flow that could not be accessed.
        Parameters:
        flowName - the name of the flow that could not be accessed.
      • FlowAccessException

        public FlowAccessException​(String flowName,
                                   String message)
        Constructs the exception with the name of the flow that could not be accessed, and an additional message providing further explanation.
        Parameters:
        flowName - the name of the flow that could not be accessed.
        message - Message providing further information about the cause of the error.
    • Method Detail

      • getFlowName

        public String getFlowName()
        This method returns the name of the flow that could not be accessed.
        Returns:
        the name of the flow that could not be accessed.