com.continuent.tungsten.common.exception
Class DirectoryNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.continuent.tungsten.common.exception.DirectoryNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class DirectoryNotFoundException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
DirectoryNotFoundException()
           
DirectoryNotFoundException(java.lang.String message)
           
DirectoryNotFoundException(java.lang.String message, java.lang.Throwable cause)
           
DirectoryNotFoundException(java.lang.Throwable cause)
           
 
Method Summary
 
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()

DirectoryNotFoundException

public DirectoryNotFoundException(java.lang.String message)

DirectoryNotFoundException

public DirectoryNotFoundException(java.lang.Throwable cause)

DirectoryNotFoundException

public DirectoryNotFoundException(java.lang.String message,
                                  java.lang.Throwable cause)