@ThreadSafe public class FsOpenResourceException extends 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() |
String |
getMessage() |
int |
getTotal() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public int getLocal()
public String getMessage()
getMessage
in class Throwable
public int getTotal()
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.