Home
last modified time | relevance | path

Searched refs:CantConstructChannelError (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DNettyClientTransportTest.java404 throw new CantConstructChannelError(); in CantConstructChannel()
408 private static class CantConstructChannelError extends Error {} class in NettyClientTransportTest
430 if (!(getRootCause(ex) instanceof CantConstructChannelError)) { in failingToConstructChannelShouldFailGracefully()
456 if (!(getRootCause(ex) instanceof CantConstructChannelError)) { in failingToConstructChannelShouldFailGracefully()