de.schlichtherle.truezip.fs
Class FsSyncWarningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
de.schlichtherle.truezip.io.ChainableIOException
de.schlichtherle.truezip.fs.FsSyncException
de.schlichtherle.truezip.fs.FsSyncWarningException
- All Implemented Interfaces:
- Serializable, Cloneable
@ThreadSafe
public class FsSyncWarningException
- extends FsSyncException
Indicates an exceptional condition when synchronizing the changes in a
federated file system to its parent file system.
An exception of this class implies that no or only insignificant parts
of the data of the federated file system have been lost.
- Author:
- Christian Schlichtherle
- See Also:
- Serialized Form
| Methods inherited from class de.schlichtherle.truezip.io.ChainableIOException |
clone, getMaxPrintExceptions, getPredecessor, getPriority, initCause, initPredecessor, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMaxPrintExceptions, sortIndex, sortPriority |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
FsSyncWarningException
public FsSyncWarningException(FsModel model,
IOException cause)
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.