TrueZIP Kernel 7.0-rc1

de.schlichtherle.truezip.fs
Class FsSyncWarningException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by de.schlichtherle.truezip.io.ChainableIOException
                  extended by de.schlichtherle.truezip.fs.FsSyncException
                      extended by 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

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
FsSyncWarningException(FsModel model, IOException cause)
           
 
Method Summary
 
Methods inherited from class de.schlichtherle.truezip.fs.FsSyncException
getCause
 
Methods inherited from class de.schlichtherle.truezip.io.ChainableIOException
clone, getMaxPrintExceptions, getPredecessor, getPriority, initCause, initPredecessor, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMaxPrintExceptions, sortIndex, sortPriority
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

FsSyncWarningException

public FsSyncWarningException(FsModel model,
                              IOException cause)

TrueZIP Kernel 7.0-rc1

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