public class org.glassfish.jersey.client.internal.ClientResponseProcessingException extends jakarta.ws.rs.ProcessingException
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.glassfish.jersey.client.internal.ClientResponseProcessingException
super_class: jakarta.ws.rs.ProcessingException
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 3389677946623416847
private final org.glassfish.jersey.client.ClientResponse clientResponse;
descriptor: Lorg/glassfish/jersey/client/ClientResponse;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(org.glassfish.jersey.client.ClientResponse, java.lang.Throwable);
descriptor: (Lorg/glassfish/jersey/client/ClientResponse;Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 // org.glassfish.jersey.client.internal.ClientResponseProcessingException this
start local 1 // org.glassfish.jersey.client.ClientResponse clientResponse
start local 2 // java.lang.Throwable cause
0: .line 39
aload 0 /* this */
aload 2 /* cause */
invokespecial jakarta.ws.rs.ProcessingException.<init>:(Ljava/lang/Throwable;)V
1: .line 40
aload 0 /* this */
aload 1 /* clientResponse */
putfield org.glassfish.jersey.client.internal.ClientResponseProcessingException.clientResponse:Lorg/glassfish/jersey/client/ClientResponse;
2: .line 41
return
end local 2 // java.lang.Throwable cause
end local 1 // org.glassfish.jersey.client.ClientResponse clientResponse
end local 0 // org.glassfish.jersey.client.internal.ClientResponseProcessingException this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/glassfish/jersey/client/internal/ClientResponseProcessingException;
0 3 1 clientResponse Lorg/glassfish/jersey/client/ClientResponse;
0 3 2 cause Ljava/lang/Throwable;
MethodParameters:
Name Flags
clientResponse
cause
public org.glassfish.jersey.client.ClientResponse getClientResponse();
descriptor: ()Lorg/glassfish/jersey/client/ClientResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.glassfish.jersey.client.internal.ClientResponseProcessingException this
0: .line 48
aload 0 /* this */
getfield org.glassfish.jersey.client.internal.ClientResponseProcessingException.clientResponse:Lorg/glassfish/jersey/client/ClientResponse;
areturn
end local 0 // org.glassfish.jersey.client.internal.ClientResponseProcessingException this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/glassfish/jersey/client/internal/ClientResponseProcessingException;
}
SourceFile: "ClientResponseProcessingException.java"