de.schlichtherle.io
Class ArchiveInputBusyException

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.ArchiveBusyException
                          extended by de.schlichtherle.io.ArchiveInputBusyException
All Implemented Interfaces:
Serializable, Cloneable

public class ArchiveInputBusyException
extends ArchiveBusyException

Like its super class, but indicates the existance of open input streams.

Version:
TrueZIP 6.7
Author:
Christian Schlichtherle
See Also:
Using Archive Entry Streams, File.umount(), File.update(), Serialized Form

Constructor Summary
ArchiveInputBusyException(ArchiveException priorException, String cPath, int numStreams)
           
 
Method Summary
 int getNumStreams()
          Returns the number of open entry input streams, whereby an open stream is a stream which's close() method hasn't been called.
 
Methods inherited from class de.schlichtherle.io.ArchiveBusyException
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

ArchiveInputBusyException

public ArchiveInputBusyException(ArchiveException priorException,
                                 String cPath,
                                 int numStreams)
Method Detail

getNumStreams

public int getNumStreams()
Returns the number of open entry input streams, whereby an open stream is a stream which's close() method hasn't been called.