Class ChannelGroupException

All Implemented Interfaces:
Serializable, Iterable<Map.Entry<Channel,Throwable>>

public class ChannelGroupException extends ChannelException implements Iterable<Map.Entry<Channel,Throwable>>
ChannelException which holds ChannelFutures that failed because of an error.
See Also: