类 NestedIOException

    • 构造器详细资料

      • NestedIOException

        public NestedIOException​(String msg)
        Construct a NestedIOException with the specified detail message.
        参数:
        msg - the detail message
      • NestedIOException

        public NestedIOException​(String msg,
                                 Throwable cause)
        Construct a NestedIOException with the specified detail message and nested exception.
        参数:
        msg - the detail message
        cause - the nested exception
    • 方法详细资料