de.schlichtherle.io
Class ArchiveOutputBusyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
de.schlichtherle.io.ChainableIOException
de.schlichtherle.io.ArchiveException
de.schlichtherle.io.ArchiveBusyException
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
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.ChainableIOException |
clone, getAppearance, getMaxPrintExceptions, getPrior, initCause, initCause, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMaxPrintExceptions, sortAppearance, sortPriority |
ArchiveOutputBusyException
public ArchiveOutputBusyException(ArchiveException priorException,
String cPath,
int numStreams)
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.