Package java.io

Class IOError

    • Constructor Detail

      • IOError

        public IOError​(Throwable cause)
        Constructs a new instance with its cause filled in.
        Parameters:
        cause - The detail cause for the error.