Class Http2Exception.CompositeStreamException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.netty.handler.codec.http2.Http2Exception
io.netty.handler.codec.http2.Http2Exception.CompositeStreamException
All Implemented Interfaces:
Serializable, Iterable<Http2Exception.StreamException>
Enclosing class:
Http2Exception

public static final class Http2Exception.CompositeStreamException extends Http2Exception implements Iterable<Http2Exception.StreamException>
Provides the ability to handle multiple stream exceptions with one throw statement.
See Also: