Class FileNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.commons.vfs2.FileSystemException
org.apache.commons.vfs2.FileNotFoundException
-
Constructor Summary
ConstructorsConstructorDescriptionFileNotFoundException
(Object info) Constructs exception with the specified detail message.FileNotFoundException
(Object info, Throwable cause) Constructs exception with the specified detail message and cause. -
Method Summary
Methods inherited from class org.apache.commons.vfs2.FileSystemException
getCode, getInfo, getMessage, requireNonNull, requireNonNull
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileNotFoundException
Constructs exception with the specified detail message.- Parameters:
info
- one context information.
-
FileNotFoundException
Constructs exception with the specified detail message and cause.- Parameters:
info
- one context information.cause
- the cause.
-