Package org.glassfish.grizzly.http2
Class Http2StreamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.glassfish.grizzly.http2.Http2StreamException
- All Implemented Interfaces:
Serializable
HTTP/2 Stream exception.
- Author:
- Alexey Stashok
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHttp2StreamException(int streamId, ErrorCode errorCode) Http2StreamException(int streamId, ErrorCode errorCode, String description) Http2StreamException(int streamId, ErrorCode errorCode, String description, Throwable cause) Http2StreamException(int streamId, ErrorCode errorCode, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace