TrueZIP Kernel 7.0-rc1

de.schlichtherle.truezip.fs
Class FsTabuException

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
                  extended by de.schlichtherle.truezip.fs.FsTabuException
All Implemented Interfaces:
Serializable

public final class FsTabuException
extends FsException

Indicates that a file system is temporarily not accessible, e.g. if a key for decryption is currently not available.

Author:
Christian Schlichtherle
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
FsTabuException(FsModel model, Throwable cause)
          Constructs a tabu file exception.
 
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

FsTabuException

public FsTabuException(FsModel model,
                       Throwable cause)
Constructs a tabu file exception.

Parameters:
cause - The nullable temporary cause of this exception.

TrueZIP Kernel 7.0-rc1

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