Class ChannelGroupException

    • Constructor Summary

      Constructors 
      Constructor Description
      ChannelGroupException​(java.util.Collection<java.util.Map.Entry<Channel,​java.lang.Throwable>> causes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • ChannelGroupException

        public ChannelGroupException​(java.util.Collection<java.util.Map.Entry<Channel,​java.lang.Throwable>> causes)
    • Method Detail

      • iterator

        public 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.
        Specified by:
        iterator in interface java.lang.Iterable<java.util.Map.Entry<Channel,​java.lang.Throwable>>