@ThreadSafe
public class FsOpenResourceException
extends java.io.IOException
FsController.sync(net.java.truecommons.shed.BitField<net.java.truevfs.kernel.spec.FsSyncOption>) cannot succeed because
some threads have unclosed I/O resources, e.g. streams or channels.
This exception should be recoverable, meaning it should be possible to successfully retry the operation as soon as these I/O resources have been closed and no other exceptional conditions apply.
| Constructor and Description |
|---|
FsOpenResourceException(int local,
int total) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLocal() |
java.lang.String |
getMessage() |
int |
getTotal() |