TrueZIP Kernel 7.0-rc2

de.schlichtherle.truezip.fs
Class FsFalsePositiveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by de.schlichtherle.truezip.fs.FsException
                  extended by de.schlichtherle.truezip.fs.FsFalsePositiveException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FsCacheableFalsePositiveException

@ThreadSafe
@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class)
public class FsFalsePositiveException
extends FsException

Indicates that a file system is a false positive file system.

Author:
Christian Schlichtherle
See Also:
Serialized Form

Constructor Summary
FsFalsePositiveException(FsModel model, IOException cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FsFalsePositiveException

public FsFalsePositiveException(FsModel model,
                                @CheckForNull
                                IOException cause)

TrueZIP Kernel 7.0-rc2

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