@ThreadSafe
public class FsReadOnlyFileSystemException
extends java.nio.file.FileSystemException
The primary difference between this exception class and
ReadOnlyFileSystemException is that this class is a
subclass of FileSystemException while the latter is a subclass of
UnsupportedOperationException.
| Constructor and Description |
|---|
FsReadOnlyFileSystemException(FsMountPoint mountPoint) |
FsReadOnlyFileSystemException(FsMountPoint mountPoint,
java.lang.Throwable cause) |
getFile, getMessage, getOtherFile, getReasonpublic FsReadOnlyFileSystemException(FsMountPoint mountPoint)
public FsReadOnlyFileSystemException(FsMountPoint mountPoint, java.lang.Throwable cause)