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

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

public class DirectoryNotFoundException
extends Exception

Directory not found exception to be thrown when the directory being accessed does not exist

See Also:
Serialized Form

Constructor Summary
DirectoryNotFoundException(String message)
          Set a string message to the exception
DirectoryNotFoundException(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

DirectoryNotFoundException

public DirectoryNotFoundException(String message)
Set a string message to the exception


DirectoryNotFoundException

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