public class IORuntimeException extends RuntimeException
| Constructor and Description |
|---|
IORuntimeException(String message)
构造
|
IORuntimeException(String message,
Throwable cause)
构造
|
IORuntimeException(Throwable cause)
构造
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IORuntimeException(String message)
message - 错误消息public IORuntimeException(String message, Throwable cause)
message - 错误消息cause - 错误public IORuntimeException(Throwable cause)
cause - 错误Copyright © 2021 wz2cool. All rights reserved.