Top Description Fields Constructors
java.nio.file

public Class ReadOnlyFileSystemException

extends UnsupportedOperationException
Class Inheritance

Unchecked exception thrown when an attempt is made to update an object associated with a read-only FileSystem.
Since
1.7

Field Summary

Modifier and TypeField and Description
pack-priv static final long

Constructor Summary

AccessConstructor and Description
public
ReadOnlyFileSystemException()

Constructs an instance of this class.

Field Detail

serialVersionUIDback to summary
pack-priv static final long serialVersionUID

Hides java.lang.UnsupportedOperationException.serialVersionUID.

Annotations
@Serial

Constructor Detail

ReadOnlyFileSystemExceptionback to summary
public ReadOnlyFileSystemException()

Constructs an instance of this class.