Package java.io

Class IOError

All Implemented Interfaces:
Serializable

public class IOError
extends Error
This error is thrown when a severe I/O error has happened.
Since:
1.6
See Also:
Serialized Form
  • Constructor Details

    • IOError

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