public class CloneException extends RuntimeException
克隆异常
| 限定符和类型 | 字段和说明 |
|---|---|
private static long |
serialVersionUID |
| 构造器和说明 |
|---|
CloneException(String message) |
CloneException(String messageTemplate,
Object... params) |
CloneException(String message,
Throwable throwable) |
CloneException(Throwable e) |
CloneException(Throwable throwable,
String messageTemplate,
Object... params) |
Copyright © 2020. All rights reserved.