Package org.uberfire.java.nio.file
Class FileSystemException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.uberfire.java.nio.IOException
-
- org.uberfire.java.nio.file.FileSystemException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccessDeniedException,AtomicMoveNotSupportedException,DirectoryNotEmptyException,FileAlreadyExistsException,NoSuchFileException,NotDirectoryException,NotLinkException
public class FileSystemException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileSystemException()FileSystemException(String file)FileSystemException(String file, String other, String reason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFile()StringgetOtherFile()StringgetReason()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-