TrueZIP Kernel 7.0-rc1

de.schlichtherle.truezip.fs
Class FsSyncException

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
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
FsSyncWarningException

@ThreadSafe
public class FsSyncException
extends ChainableIOException

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

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
FsSyncException(FsModel model, IOException cause)
           
FsSyncException(FsModel model, IOException cause, int priority)
           
FsSyncException(String message)
          Deprecated. This method is only public in order to allow reflective access - do not call it directly!
 
Method Summary
 IOException getCause()
          Returns the nullable cause of this exception.
 
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

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)
Method Detail

getCause

public IOException getCause()
Returns the nullable cause of this exception.

Overrides:
getCause in class Throwable

TrueZIP Kernel 7.0-rc1

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