public class org.springframework.web.client.HttpServerErrorException$NotImplemented extends org.springframework.web.client.HttpServerErrorException
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.springframework.web.client.HttpServerErrorException$NotImplemented
super_class: org.springframework.web.client.HttpServerErrorException
{
void <init>(java.lang.String, org.springframework.http.HttpHeaders, byte[], java.nio.charset.Charset);
descriptor: (Ljava/lang/String;Lorg/springframework/http/HttpHeaders;[BLjava/nio/charset/Charset;)V
flags: (0x0000)
Code:
stack=6, locals=5, args_size=5
start local 0 // org.springframework.web.client.HttpServerErrorException$NotImplemented this
start local 1 // java.lang.String statusText
start local 2 // org.springframework.http.HttpHeaders headers
start local 3 // byte[] body
start local 4 // java.nio.charset.Charset charset
0: .line 116
aload 0 /* this */
getstatic org.springframework.http.HttpStatus.NOT_IMPLEMENTED:Lorg/springframework/http/HttpStatus;
aload 1 /* statusText */
aload 2 /* headers */
aload 3 /* body */
aload 4 /* charset */
invokespecial org.springframework.web.client.HttpServerErrorException.<init>:(Lorg/springframework/http/HttpStatus;Ljava/lang/String;Lorg/springframework/http/HttpHeaders;[BLjava/nio/charset/Charset;)V
1: .line 117
return
end local 4 // java.nio.charset.Charset charset
end local 3 // byte[] body
end local 2 // org.springframework.http.HttpHeaders headers
end local 1 // java.lang.String statusText
end local 0 // org.springframework.web.client.HttpServerErrorException$NotImplemented this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/springframework/web/client/HttpServerErrorException$NotImplemented;
0 2 1 statusText Ljava/lang/String;
0 2 2 headers Lorg/springframework/http/HttpHeaders;
0 2 3 body [B
0 2 4 charset Ljava/nio/charset/Charset;
RuntimeVisibleParameterAnnotations:
0:
1:
2:
3:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
statusText
headers
body
charset
}
SourceFile: "HttpServerErrorException.java"
NestHost: org.springframework.web.client.HttpServerErrorException
InnerClasses:
public NotImplemented = org.springframework.web.client.HttpServerErrorException$NotImplemented of org.springframework.web.client.HttpServerErrorException