public class StrategySelectionException extends RuntimeException
| 构造器和说明 |
|---|
StrategySelectionException(String message)
Constructs a StrategySelectionException using the specified message.
|
StrategySelectionException(String message,
Throwable cause)
Constructs a StrategySelectionException using the specified message and cause.
|
public StrategySelectionException(String message)
message - A message explaining the exception condition.Copyright © 2020. All rights reserved.