de.schlichtherle.io
Class ArchiveController.RfsEntryFalsePositiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.FileNotFoundException
de.schlichtherle.io.ArchiveController.FalsePositiveException
de.schlichtherle.io.ArchiveController.RfsEntryFalsePositiveException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- ArchiveController
final class ArchiveController.RfsEntryFalsePositiveException
- extends ArchiveController.FalsePositiveException
Thrown if a controller's target file is a false positive archive file
which actually exists as a plain file or directory in the real file
system.
Instances of this class are always associated with an
IOException as their cause.
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ArchiveController.RfsEntryFalsePositiveException
ArchiveController.RfsEntryFalsePositiveException(IOException cause)
- Creates a new
RfsEntryFalsePositiveException.
- Parameters:
cause - The cause for this exception.
If this is an instance of TransientIOException,
then its transient cause is unwrapped and used as the cause
of this exception instead and
ArchiveController.FalsePositiveException.isCacheable() is set to return
false.
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.