@ThreadSafe public class FsReadOnlyFileSystemException extends 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,
Throwable cause) |
getFile, getMessage, getOtherFile, getReason
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FsReadOnlyFileSystemException(FsMountPoint mountPoint)
public FsReadOnlyFileSystemException(FsMountPoint mountPoint, Throwable cause)
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.