de.schlichtherle.io.archive.spi
Class OutputArchiveBusyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.FileNotFoundException
de.schlichtherle.io.FileBusyException
de.schlichtherle.io.archive.spi.OutputArchiveBusyException
- All Implemented Interfaces:
- Serializable
public class OutputArchiveBusyException
- extends FileBusyException
Thrown to indicate that the OutputArchive.getOutputStream(de.schlichtherle.io.archive.spi.ArchiveEntry, de.schlichtherle.io.archive.spi.ArchiveEntry) method
failed because the archive is already busy on output.
This exception is guaranteed to be recoverable,
meaning it must be possible to write the same entry again as soon as the
archive is not busy on output anymore, unless another exceptional condition
applies.
- Since:
- TrueZIP 6.0
- Version:
- $Id: OutputArchiveBusyException.java 06f3ba684701 2010/11/04 01:15:55 christian $
- Author:
- Christian Schlichtherle
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OutputArchiveBusyException
public OutputArchiveBusyException(ArchiveEntry entry)
- Constructs an instance of
ArchiveDriverBusyException with
the specified archive entry.
- Parameters:
entry - The archive entry which was tried to write while
its associated OutputArchive was busy.
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.