netty5/common/src
Scott Mitchell 32933821bb AbstractFuture should not wrap CancellationException
Motivation:
AbstractFuture currently wraps CancellationException in a ExecutionException. However the interface of Future says that this exception should be directly thrown.

Modifications:
- Throw CancellationException from AbstractFuture.get

Result:
Interface contract for CancellationException is honored in AbstractFuture.
2015-12-11 10:24:08 -08:00
..
main AbstractFuture should not wrap CancellationException 2015-12-11 10:24:08 -08:00
test AbstractFuture should not wrap CancellationException 2015-12-11 10:24:08 -08:00