public class com.mongodb.internal.connection.MongoWriteConcernWithResponseException extends com.mongodb.MongoException
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.mongodb.internal.connection.MongoWriteConcernWithResponseException
super_class: com.mongodb.MongoException
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1707360842648550287
private final com.mongodb.MongoException cause;
descriptor: Lcom/mongodb/MongoException;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.Object response;
descriptor: Ljava/lang/Object;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(com.mongodb.MongoException, java.lang.Object);
descriptor: (Lcom/mongodb/MongoException;Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokevirtual com.mongodb.MongoException.getCode:()I
aload 1
invokevirtual com.mongodb.MongoException.getMessage:()Ljava/lang/String;
aload 1
invokespecial com.mongodb.MongoException.<init>:(ILjava/lang/String;Ljava/lang/Throwable;)V
1: aload 0
aload 1
putfield com.mongodb.internal.connection.MongoWriteConcernWithResponseException.cause:Lcom/mongodb/MongoException;
2: aload 0
aload 2
putfield com.mongodb.internal.connection.MongoWriteConcernWithResponseException.response:Ljava/lang/Object;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/mongodb/internal/connection/MongoWriteConcernWithResponseException;
0 4 1 exception Lcom/mongodb/MongoException;
0 4 2 response Ljava/lang/Object;
MethodParameters:
Name Flags
exception final
response final
public com.mongodb.MongoException getCause();
descriptor: ()Lcom/mongodb/MongoException;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.mongodb.internal.connection.MongoWriteConcernWithResponseException.cause:Lcom/mongodb/MongoException;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/mongodb/internal/connection/MongoWriteConcernWithResponseException;
public java.lang.Object getResponse();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.mongodb.internal.connection.MongoWriteConcernWithResponseException.response:Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/mongodb/internal/connection/MongoWriteConcernWithResponseException;
public java.lang.Throwable getCause();
descriptor: ()Ljava/lang/Throwable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.mongodb.internal.connection.MongoWriteConcernWithResponseException.getCause:()Lcom/mongodb/MongoException;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "MongoWriteConcernWithResponseException.java"