de.schlichtherle.truezip.io
Class OutputBusyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.FileNotFoundException
de.schlichtherle.truezip.io.FileBusyException
de.schlichtherle.truezip.io.OutputBusyException
- All Implemented Interfaces:
- Serializable
public class OutputBusyException
- extends FileBusyException
Indicates that a file system entry could not get written
because the entry or its container is busy.
This exception is recoverable, meaning it should be possible to repeat the
operation successfully as soon as the entry or its container is not busy
anymore and unless no other exceptional condition applies.
- Author:
- Christian Schlichtherle
- See Also:
InputBusyException,
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
OutputBusyException
public OutputBusyException(String message)
OutputBusyException
public OutputBusyException(Exception cause)
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.