- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InputBusyException, OutputBusyException
public class FileBusyException
extends FileNotFoundException
Indicates that a file system entry could not get read or 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:
- Serialized Form