de.schlichtherle.truezip.fs.archive
Class FsArchiveFileSystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- FsReadOnlyArchiveFileSystemException
@ThreadSafe
public class FsArchiveFileSystemException
- extends IOException
Thrown to indicate an exceptional condition in an FsArchiveFileSystem.
- See Also:
- Serialized Form
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
path
private final String path
- The entry's path name.
FsArchiveFileSystemException
FsArchiveFileSystemException(String path,
String message)
FsArchiveFileSystemException
FsArchiveFileSystemException(String path,
IOException cause)
FsArchiveFileSystemException
FsArchiveFileSystemException(String path,
String message,
IOException cause)
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessage in class Throwable
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.