de.schlichtherle.truezip.fs
Class FsTabuException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
de.schlichtherle.truezip.fs.FsException
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
| 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
FsTabuException
public FsTabuException(FsModel model,
Throwable cause)
- Constructs a tabu file exception.
- Parameters:
cause - The nullable temporary cause of this exception.
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.