Top Description Fields Constructors
java.nio.file

public Class ClosedFileSystemException

extends IllegalStateException
Class Inheritance

Unchecked exception thrown when an attempt is made to invoke an operation on a file and the file system is closed.
Since
1.7

Field Summary

Modifier and TypeField and Description
pack-priv static final long

Constructor Summary

AccessConstructor and Description
public
ClosedFileSystemException()

Constructs an instance of this class.

Field Detail

serialVersionUIDback to summary
pack-priv static final long serialVersionUID

Hides java.lang.IllegalStateException.serialVersionUID.

Annotations
@Serial

Constructor Detail

ClosedFileSystemExceptionback to summary
public ClosedFileSystemException()

Constructs an instance of this class.