org.apache.commons.vfs2
Class FileNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.commons.vfs2.FileSystemException
                  extended by org.apache.commons.vfs2.FileNotFoundException
All Implemented Interfaces:
Serializable

public class FileNotFoundException
extends FileSystemException

delivers a file-not-found exception.

Since:
2.0
Author:
Commons VFS team
See Also:
Serialized Form

Constructor Summary
FileNotFoundException(Object info0)
           
FileNotFoundException(Object info0, Throwable throwable)
           
 
Method Summary
 
Methods inherited from class org.apache.commons.vfs2.FileSystemException
getCause, getCode, getInfo, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileNotFoundException

public FileNotFoundException(Object info0)

FileNotFoundException

public FileNotFoundException(Object info0,
                             Throwable throwable)


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.