public class CloneRuntimeException extends RuntimeException
| 构造器和说明 |
|---|
CloneRuntimeException(String message) |
CloneRuntimeException(String messageTemplate,
Object... params) |
CloneRuntimeException(String message,
Throwable throwable) |
CloneRuntimeException(Throwable e) |
CloneRuntimeException(Throwable throwable,
String messageTemplate,
Object... params) |
Copyright © 2022. All rights reserved.