Class Http2SessionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.glassfish.grizzly.http2.Http2SessionException
All Implemented Interfaces:
Serializable

public final class Http2SessionException extends IOException
HTTP/2 session exception. Unlike Http2StreamException, this exception means severe problem related to the entire HTTP2 session.
Author:
Alexey Stashok
See Also: