public class IORuntimeException extends RuntimeException
| 构造器和说明 |
|---|
IORuntimeException(String message) |
IORuntimeException(String messageTemplate,
Object... params) |
IORuntimeException(String message,
Throwable throwable) |
IORuntimeException(Throwable e) |
IORuntimeException(Throwable throwable,
String messageTemplate,
Object... params) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
causeInstanceOf(Class<? extends Throwable> clazz)
导致这个异常的异常是否是指定类型的异常
|
Copyright © 2022. All rights reserved.