de.schlichtherle.io
Class ArchiveOutputBusyException

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.ArchiveOutputBusyException
All Implemented Interfaces:
Serializable, Cloneable

public class ArchiveOutputBusyException
extends ArchiveBusyException

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

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

Constructor Summary
ArchiveOutputBusyException(ArchiveException priorException, String cPath, int numStreams)
           
 
Method Summary
 int getNumStreams()
          Returns the number of open entry output 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

ArchiveOutputBusyException

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

getNumStreams

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