Package org.glassfish.grizzly.http2
Class Http2SessionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.glassfish.grizzly.http2.Http2SessionException
- All Implemented Interfaces:
Serializable
HTTP/2 session exception.
Unlike
Http2StreamException, this exception means severe problem related to the entire HTTP2 session.- Author:
- Alexey Stashok
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHttp2SessionException(ErrorCode errorCode) Construct Http2SessionException.Http2SessionException(ErrorCode errorCode, String message) Construct Http2SessionException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
Http2SessionException
Construct Http2SessionException.- Parameters:
errorCode- theErrorCodefor thisHttp2SessionException
-
Http2SessionException
Construct Http2SessionException.- Parameters:
errorCode- theErrorCodefor thisHttp2SessionExceptionmessage- the detail message for thisHttp2SessionException
-
-
Method Details