org.globus.cog.abstraction.impl.file
Class DirectoryNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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