de.schlichtherle.truezip.fs
Class FsEntryNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.FileNotFoundException
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
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
path
private final FsPath path
FsEntryNotFoundException
public FsEntryNotFoundException(FsModel model,
FsEntryName name,
String msg)
FsEntryNotFoundException
public FsEntryNotFoundException(FsModel model,
FsEntryName name,
IOException cause)
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.