diskmgr
Class FileEntryNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by chainexception.ChainException
              extended by diskmgr.FileEntryNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class FileEntryNotFoundException
extends chainexception.ChainException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class chainexception.ChainException
prev
 
Constructor Summary
FileEntryNotFoundException(java.lang.Exception e, java.lang.String name)
           
 
Method Summary
 
Methods inherited from class chainexception.ChainException
printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileEntryNotFoundException

public FileEntryNotFoundException(java.lang.Exception e,
                                  java.lang.String name)