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) |
Copyright © 2016. All rights reserved.