类 StrategySelectionException

    • 构造器详细资料

      • StrategySelectionException

        public StrategySelectionException​(String message)
        Constructs a StrategySelectionException using the specified message.
        参数:
        message - A message explaining the exception condition.
      • StrategySelectionException

        public StrategySelectionException​(String message,
                                          Throwable cause)
        Constructs a StrategySelectionException using the specified message and cause.
        参数:
        message - A message explaining the exception condition.
        cause - The underlying cause.