Class ConnectionImplementation.LocalConnectionClosedException

All Implemented Interfaces:
Serializable
Enclosing class:
ConnectionImplementation

Like ConnectionClosedException but thrown from the checkClosed call which looks at the local this.closed flag. We use this rather than ConnectionClosedException because the latter does not inherit from DoNotRetryIOE (it should. TODO).