- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InputBusyException, OutputBusyException
@ThreadSafe
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 should be recoverable, meaning it should be possible to
successfully retry the operation as soon as the resource is not busy anymore
and no other exceptional conditions apply.
- Author:
- Christian Schlichtherle
- See Also:
- Serialized Form