de.schlichtherle.io
Class ArchiveOutputBusyWarningException

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

public class ArchiveOutputBusyWarningException
extends ArchiveBusyWarningException

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
ArchiveOutputBusyWarningException(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.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

ArchiveOutputBusyWarningException

public ArchiveOutputBusyWarningException(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.