org.globus.cog.abstraction.impl.file
Class FileNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.globus.cog.abstraction.impl.file.FileNotFoundException
All Implemented Interfaces:
Serializable

public class FileNotFoundException
extends Exception

File not found exception to be thrown when the file being accessed does not exist

See Also:
Serialized Form

Constructor Summary
FileNotFoundException(String message)
          Set a string message to the exception
FileNotFoundException(String message, Throwable parent)
          Set a message and throwable for the exception
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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(String message)
Set a string message to the exception


FileNotFoundException

public FileNotFoundException(String message,
                             Throwable parent)
Set a message and throwable for the exception