public class ChannelGroupException extends ChannelException implements Iterable<Map.Entry<Channel,Throwable>>
ChannelException
which holds ChannelFuture
s that failed because of an error.Constructor and Description |
---|
ChannelGroupException(Collection<Map.Entry<Channel,Throwable>> causes) |
Modifier and Type | Method and Description |
---|---|
Iterator<Map.Entry<Channel,Throwable>> |
iterator()
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public ChannelGroupException(Collection<Map.Entry<Channel,Throwable>> causes)
Copyright © 2008–2017 The Netty Project. All rights reserved.