de.schlichtherle.io.archive.spi
Class InputArchiveBusyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.FileNotFoundException
de.schlichtherle.io.FileBusyException
de.schlichtherle.io.archive.spi.InputArchiveBusyException
- All Implemented Interfaces:
- Serializable
public class InputArchiveBusyException
- extends FileBusyException
Thrown to indicate that the InputArchive.getInputStream(de.schlichtherle.io.archive.spi.ArchiveEntry, de.schlichtherle.io.archive.spi.ArchiveEntry) method
failed because the archive is already busy on input.
This exception is guaranteed to be recoverable,
meaning it must be possible to read the same entry again as soon as the
archive is not busy on input anymore, unless another exceptional condition
applies.
- Since:
- TrueZIP 6.0
- Author:
- Christian Schlichtherle
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InputArchiveBusyException
public InputArchiveBusyException(ArchiveEntry entry)
- Constructs an instance of
InputArchiveBusyException with
the specified archive entry.
- Parameters:
entry - The archive entry which was tried to read while
its associated InputArchive was busy.
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.