FileSystemException (Java SE 25 & JDK 25)
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccessDeniedException, AtomicMoveNotSupportedException, DirectoryNotEmptyException, FileAlreadyExistsException, FileSystemLoopException, NoSuchFileException, NotDirectoryException, NotLinkException
-
Constructor Summary
Constructors
Constructs an instance of this class.
Constructs an instance of this class.
-
Method Summary
getFile()Returns the file used to create this exception.
Returns the detail message string.
Returns the other file used to create this exception.
Returns the string explaining why the file system operation failed.
Methods declared in class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileSystemException
-
FileSystemException
-
-
Method Details
-
getFile
-
getOtherFile
-
getReason
-
getMessage
-