de.schlichtherle.io
Class ArchiveBusyWarningException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by de.schlichtherle.io.ChainableIOException
                  extended by de.schlichtherle.io.ArchiveException
                      extended by de.schlichtherle.io.ArchiveWarningException
                          extended by 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

Constructor Summary
ArchiveBusyWarningException(ArchiveException priorException, File target)
          Deprecated. You should not use this constructor. It will vanish in the next major version.
 
Method Summary
 
Methods inherited from class de.schlichtherle.io.ArchiveWarningException
getPriority
 
Methods inherited from class de.schlichtherle.io.ChainableIOException
clone, getAppearance, getMaxPrintExceptions, getPrior, initCause, initCause, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMaxPrintExceptions, sortAppearance, sortPriority
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArchiveBusyWarningException

public ArchiveBusyWarningException(ArchiveException priorException,
                                   File target)
Deprecated. You should not use this constructor. It will vanish in the next major version.