@ThreadSafe public final class FsResourceOpenException extends IOException
FsController.sync(de.schlichtherle.truezip.fs.FsNeedsSyncException) 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.
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
local |
private static long |
serialVersionUID |
(package private) int |
total |
| Constructor and Description |
|---|
FsResourceOpenException(int total,
int local) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringfinal int local
private static final long serialVersionUID
final int total
public String getMessage()
getMessage in class ThrowableCopyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.