de.schlichtherle.io.archive.tar
Class TarInputArchive.TempFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.FileNotFoundException
de.schlichtherle.io.archive.tar.TarInputArchive.TempFileException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- TarInputArchive
private static final class TarInputArchive.TempFileException
- extends FileNotFoundException
This needs to be a FileNotFoundException in order to signal that
the TAR is simply not accessible and not necessarily a false positive.
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TarInputArchive.TempFileException
private TarInputArchive.TempFileException(org.apache.tools.tar.TarEntry entry,
IOException cause)
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.