- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- de.schlichtherle.truezip.fs.FsException
-
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- FsFalsePositiveException, FsNotWriteLockedException
@ThreadSafe
@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class)
public abstract class FsException
extends java.io.IOException
An abstract exception which indicates an exceptional condition in a file
system.
- Author:
- Christian Schlichtherle
- See Also:
FsController,
Serialized Form
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
private static long |
serialVersionUID |
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.