ewe.io
Class FileNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byewe.io.IOException
              extended byewe.io.FileNotFoundException

public class FileNotFoundException
extends IOException


Constructor Summary
FileNotFoundException()
           
FileNotFoundException(String message)
           
FileNotFoundException(String message, Throwable cause)
           
FileNotFoundException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

FileNotFoundException

public FileNotFoundException()

FileNotFoundException

public FileNotFoundException(String message)

FileNotFoundException

public FileNotFoundException(Throwable cause)

FileNotFoundException

public FileNotFoundException(String message,
                             Throwable cause)