TrueZIP Kernel 7.0-rc2

de.schlichtherle.truezip.fs
Class FsEntryNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.io.FileNotFoundException
                  extended by de.schlichtherle.truezip.fs.FsEntryNotFoundException
All Implemented Interfaces:
Serializable

@ThreadSafe
public final class FsEntryNotFoundException
extends FileNotFoundException

Indicates that a file system entry does not exist or is not accessible.

Author:
Christian Schlichtherle
See Also:
Serialized Form

Field Summary
private  FsPath path
           
private static long serialVersionUID
           
 
Constructor Summary
FsEntryNotFoundException(FsModel model, FsEntryName name, IOException cause)
           
FsEntryNotFoundException(FsModel model, FsEntryName name, String msg)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

path

private final FsPath path
Constructor Detail

FsEntryNotFoundException

public FsEntryNotFoundException(FsModel model,
                                FsEntryName name,
                                String msg)

FsEntryNotFoundException

public FsEntryNotFoundException(FsModel model,
                                FsEntryName name,
                                IOException cause)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

TrueZIP Kernel 7.0-rc2

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.