de.schlichtherle.io
Class ArchiveBusyWarningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
de.schlichtherle.io.ChainableIOException
de.schlichtherle.io.ArchiveException
de.schlichtherle.io.ArchiveWarningException
de.schlichtherle.io.ArchiveBusyWarningException
- All Implemented Interfaces:
- Serializable, Cloneable
- Direct Known Subclasses:
- ArchiveInputBusyWarningException, ArchiveOutputBusyWarningException
public class ArchiveBusyWarningException
- extends ArchiveWarningException
Thrown if an archive file has been successfully updated, but some input
or output streams for its entries have been forced to close.
The canonical path name of the archive file is provided as the detail
message.
With the exception of their close()
method, any subsequent
I/O operation on the closed entry streams will throw an
ArchiveEntryStreamClosedException
.
- Since:
- TrueZIP 6.0
- Version:
- TrueZIP 6.7
- Author:
- Christian Schlichtherle
- See Also:
- Using Archive Entry Streams,
File.umount()
,
File.update()
,
Serialized Form
Methods inherited from class de.schlichtherle.io.ChainableIOException |
clone, getAppearance, getMaxPrintExceptions, getPrior, initCause, initCause, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMaxPrintExceptions, sortAppearance, sortPriority |
ArchiveBusyWarningException
public ArchiveBusyWarningException(ArchiveException priorException,
File target)
- Deprecated. You should not use this constructor.
It will vanish in the next major version.