de.schlichtherle.truezip.fs
Class FsSyncException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
de.schlichtherle.truezip.io.SequentialIOException
de.schlichtherle.truezip.fs.FsSyncException
- All Implemented Interfaces:
- Serializable, Cloneable
- Direct Known Subclasses:
- FsSyncWarningException
@ThreadSafe
public class FsSyncException
- extends SequentialIOException
Indicates an exceptional condition when synchronizing the changes in a
federated file system to its parent file system.
Unless this is an instance of the sub-class FsSyncWarningException,
an exception of this class implies that some or all
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.SequentialIOException |
clone, getMaxPrintExceptions, getPredecessor, getPriority, initCause, initPredecessor, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMaxPrintExceptions, sortAppearance, sortPriority |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
FsSyncException
public FsSyncException(String message)
- Deprecated. This method is only public in order to allow reflective
access - do not call it directly!
- This constructor is for exclusive use by
FsSyncExceptionBuilder.
FsSyncException
public FsSyncException(FsModel model,
IOException cause)
FsSyncException
FsSyncException(FsModel model,
IOException cause,
int priority)
getCause
public IOException getCause()
- Returns the nullable cause of this exception.
- Overrides:
getCause in class Throwable
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.