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:
- Serializable
A file-not-found exception.
- Since:
- 2.0
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionFileNotFoundException(Object info) Constructs exception with the specified detail message.FileNotFoundException(Object info, Throwable cause) Constructs exception with the specified detail message and cause.
- 
Method SummaryMethods inherited from class org.apache.commons.vfs2.FileSystemExceptiongetCode, getInfo, getMessage, requireNonNull, requireNonNullMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
FileNotFoundExceptionConstructs exception with the specified detail message.- Parameters:
- info- one context information.
 
- 
FileNotFoundExceptionConstructs exception with the specified detail message and cause.- Parameters:
- info- one context information.
- cause- the cause.
 
 
-