TrueZIP Kernel 7.0-rc1

de.schlichtherle.truezip.fs
Class FsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by de.schlichtherle.truezip.fs.FsException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FsFalsePositiveException, FsNotWriteLockedException, FsTabuException

@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

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
protected FsException(FsModel model)
           
protected FsException(FsModel model, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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
Constructor Detail

FsException

protected FsException(FsModel model)

FsException

protected FsException(FsModel model,
                      @CheckForNull
                      Throwable cause)

TrueZIP Kernel 7.0-rc1

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