throw StandardException.newException(
SQLState.FILE_IO_INTERRUPTED);
}
}
throw new InterruptDetectedException();
}
synchronized (channelCleanupMonitor) {
// Pave way for the thread that received the interrupt that caused
// the channel close to clean up, by signaling we are waiting (no