public class ChannelGroupException extends ChannelException implements java.lang.Iterable<java.util.Map.Entry<Channel,java.lang.Throwable>>
ChannelException
which holds ChannelFuture
s that failed because of an error.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()
Returns a
Iterator which contains all the Throwable that was a cause of the failure and the
related id of the Channel . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ChannelGroupException(java.util.Collection<java.util.Map.Entry<Channel,java.lang.Throwable>> causes)
public java.util.Iterator<java.util.Map.Entry<Channel,java.lang.Throwable>> iterator()
Iterator
which contains all the Throwable
that was a cause of the failure and the
related id of the Channel
.iterator
in interface java.lang.Iterable<java.util.Map.Entry<Channel,java.lang.Throwable>>
Copyright © 2008–2018 The Netty Project. All rights reserved.