Class Http2Exception.StacklessHttp2Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.netty.handler.codec.http2.Http2Exception
io.netty.handler.codec.http2.Http2Exception.StacklessHttp2Exception
- All Implemented Interfaces:
Serializable
- Enclosing class:
Http2Exception
-
Nested Class Summary
Nested classes/interfaces inherited from class Http2Exception
Http2Exception.ClosedStreamCreationException, Http2Exception.CompositeStreamException, Http2Exception.HeaderListSizeException, Http2Exception.ShutdownHint, Http2Exception.StreamException -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStacklessHttp2Exception(Http2Error error, String message, Http2Exception.ShutdownHint shutdownHint) StacklessHttp2Exception(Http2Error error, String message, Http2Exception.ShutdownHint shutdownHint, boolean shared) -
Method Summary
Methods inherited from class Http2Exception
closedStreamError, connectionError, connectionError, error, headerListSizeError, isStreamError, newStatic, shutdownHint, streamError, streamError, streamIdMethods inherited from class Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
StacklessHttp2Exception
StacklessHttp2Exception(Http2Error error, String message, Http2Exception.ShutdownHint shutdownHint) -
StacklessHttp2Exception
StacklessHttp2Exception(Http2Error error, String message, Http2Exception.ShutdownHint shutdownHint, boolean shared)
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTracein classThrowable
-