de.schlichtherle.truezip.fs
Class FsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
de.schlichtherle.truezip.fs.FsException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- FsFalsePositiveException, FsNotWriteLockedException
@ThreadSafe
@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class)
public abstract class FsException
- extends IOException
An abstract exception which indicates an exceptional condition in a file
system.
- Author:
- Christian Schlichtherle
- See Also:
FsController,
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
FsException
FsException(FsModel model)
FsException
FsException(FsModel model,
@CheckForNull
Throwable cause)
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.