Class StrategySelectionException

    • Constructor Detail

      • StrategySelectionException

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

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