Package org.apache.commons.vfs2
Class FileNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.commons.vfs2.FileSystemException
-
- org.apache.commons.vfs2.FileNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class FileNotFoundException extends FileSystemException
delivers a file-not-found exception.- Since:
- 2.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileNotFoundException(java.lang.Object info0)
FileNotFoundException(java.lang.Object info0, java.lang.Throwable throwable)
-
Method Summary
-
Methods inherited from class org.apache.commons.vfs2.FileSystemException
getCode, getInfo, getMessage
-
-
-
-
Constructor Detail
-
FileNotFoundException
public FileNotFoundException(java.lang.Object info0)
-
FileNotFoundException
public FileNotFoundException(java.lang.Object info0, java.lang.Throwable throwable)
-
-