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:
- $Id: ArchiveOutputBusyException.java,v 1.4 2010/08/20 13:09:41 christian_schlichtherle Exp $
- 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, 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.
Copyright © 2005-2010 Schlichtherle IT Services. All Rights Reserved.