public class ChannelGroupException extends ChannelException implements java.lang.Iterable<java.util.Map.Entry<Channel,java.lang.Throwable>>
ChannelException其中包含由于错误而失败的ChannelFuture 。
| Constructor and Description |
|---|
ChannelGroupException(java.util.Collection<java.util.Map.Entry<Channel,java.lang.Throwable>> causes) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<java.util.Map.Entry<Channel,java.lang.Throwable>> |
iterator()
返回 Iterator包含所有Throwable这是失败和的相关ID的原因Channel 。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ChannelGroupException(java.util.Collection<java.util.Map.Entry<Channel,java.lang.Throwable>> causes)
Copyright © 2008–2018 The Netty Project. All rights reserved.