类 IORuntimeException

所有已实现的接口:
Serializable

public class IORuntimeException extends RuntimeException
用于替代IOException的非受检异常。 java的受检异常要慎用。。。
作者:
wjybxx date - 2024/1/23
另请参阅:
  • 构造器详细资料

    • IORuntimeException

      public IORuntimeException()
    • IORuntimeException

      public IORuntimeException(String message)
    • IORuntimeException

      public IORuntimeException(Throwable cause)
    • IORuntimeException

      public IORuntimeException(String message, Throwable cause)
    • IORuntimeException

      public IORuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)