public class StrategyException extends Exception
| 构造器和说明 |
|---|
StrategyException() |
StrategyException(String message) |
StrategyException(String message,
Throwable cause) |
StrategyException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
StrategyException(Throwable cause) |
Copyright © 2020. All rights reserved.