public static interface Abortable.AbortableResult
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
alreadyClosed() |
Was the stream already closed/aborted?
|
java.io.IOException |
anyCleanupException() |
Any exception caught during cleanup operations,
exceptions whose raising/catching does not change
the semantics of the abort.
|
boolean alreadyClosed()
java.io.IOException anyCleanupException()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.