final class io.netty.handler.codec.http.Http2Exception$StacklessHttp2Exception extends io.netty.handler.codec.http.Http2Exception
{
private static final long serialVersionUID;
void <init>(io.netty.handler.codec.http.Http2Error, java.lang.String, io.netty.handler.codec.http.Http2Exception$ShutdownHint)
{
io.netty.handler.codec.http.Http2Exception$StacklessHttp2Exception v;
io.netty.handler.codec.http.Http2Error v;
io.netty.handler.codec.http.Http2Exception$ShutdownHint v;
java.lang.String v;
v := @this: io.netty.handler.codec.http.Http2Exception$StacklessHttp2Exception;
v := @parameter: io.netty.handler.codec.http.Http2Error;
v := @parameter: java.lang.String;
v := @parameter: io.netty.handler.codec.http.Http2Exception$ShutdownHint;
specialinvoke v.<io.netty.handler.codec.http.Http2Exception: void <init>(io.netty.handler.codec.http.Http2Error,java.lang.String,io.netty.handler.codec.http.Http2Exception$ShutdownHint)>(v, v, v);
return;
}
void <init>(io.netty.handler.codec.http.Http2Error, java.lang.String, io.netty.handler.codec.http.Http2Exception$ShutdownHint, boolean)
{
io.netty.handler.codec.http.Http2Exception$StacklessHttp2Exception v;
io.netty.handler.codec.http.Http2Error v;
io.netty.handler.codec.http.Http2Exception$ShutdownHint v;
java.lang.String v;
boolean v;
v := @this: io.netty.handler.codec.http.Http2Exception$StacklessHttp2Exception;
v := @parameter: io.netty.handler.codec.http.Http2Error;
v := @parameter: java.lang.String;
v := @parameter: io.netty.handler.codec.http.Http2Exception$ShutdownHint;
v := @parameter: boolean;
specialinvoke v.<io.netty.handler.codec.http.Http2Exception: void <init>(io.netty.handler.codec.http.Http2Error,java.lang.String,io.netty.handler.codec.http.Http2Exception$ShutdownHint,boolean)>(v, v, v, v);
return;
}
public java.lang.Throwable fillInStackTrace()
{
io.netty.handler.codec.http.Http2Exception$StacklessHttp2Exception v;
v := @this: io.netty.handler.codec.http.Http2Exception$StacklessHttp2Exception;
return v;
}
}