https://bz.apache.org/bugzilla/show_bug.cgi?id=66482
--- Comment #4 from Remy Maucherat <[email protected]> --- Ok, so that makes sense. I checked the code and both read and write can throw this undocumented exception (there are other exceptions but they don't occur, unlike this one apparently). The easiest is probably going to be to do a try/catch for the whole Nio2OperationState.run and call the completion failure with the exception. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
