public class io.netty.handler.codec.http2.Http2NoMoreStreamIdsException extends io.netty.handler.codec.http2.Http2Exception
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.netty.handler.codec.http2.Http2NoMoreStreamIdsException
super_class: io.netty.handler.codec.http2.Http2Exception
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -7756236161274851110
private static final java.lang.String ERROR_MESSAGE;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: "No more streams can be created on this connection"
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 // io.netty.handler.codec.http2.Http2NoMoreStreamIdsException this
0: .line 30
aload 0 /* this */
getstatic io.netty.handler.codec.http2.Http2Error.PROTOCOL_ERROR:Lio/netty/handler/codec/http2/Http2Error;
ldc "No more streams can be created on this connection"
getstatic io.netty.handler.codec.http2.Http2Exception$ShutdownHint.GRACEFUL_SHUTDOWN:Lio/netty/handler/codec/http2/Http2Exception$ShutdownHint;
invokespecial io.netty.handler.codec.http2.Http2Exception.<init>:(Lio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;Lio/netty/handler/codec/http2/Http2Exception$ShutdownHint;)V
1: .line 31
return
end local 0 // io.netty.handler.codec.http2.Http2NoMoreStreamIdsException this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http2/Http2NoMoreStreamIdsException;
public void <init>(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 // io.netty.handler.codec.http2.Http2NoMoreStreamIdsException this
start local 1 // java.lang.Throwable cause
0: .line 34
aload 0 /* this */
getstatic io.netty.handler.codec.http2.Http2Error.PROTOCOL_ERROR:Lio/netty/handler/codec/http2/Http2Error;
ldc "No more streams can be created on this connection"
aload 1 /* cause */
getstatic io.netty.handler.codec.http2.Http2Exception$ShutdownHint.GRACEFUL_SHUTDOWN:Lio/netty/handler/codec/http2/Http2Exception$ShutdownHint;
invokespecial io.netty.handler.codec.http2.Http2Exception.<init>:(Lio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;Ljava/lang/Throwable;Lio/netty/handler/codec/http2/Http2Exception$ShutdownHint;)V
1: .line 35
return
end local 1 // java.lang.Throwable cause
end local 0 // io.netty.handler.codec.http2.Http2NoMoreStreamIdsException this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http2/Http2NoMoreStreamIdsException;
0 2 1 cause Ljava/lang/Throwable;
MethodParameters:
Name Flags
cause
}
SourceFile: "Http2NoMoreStreamIdsException.java"
InnerClasses:
public final ShutdownHint = io.netty.handler.codec.http2.Http2Exception$ShutdownHint of io.netty.handler.codec.http2.Http2Exception