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 // com.mongodb.internal.connection.MongoWriteConcernWithResponseException this
        start local 1 // com.mongodb.MongoException exception
        start local 2 // java.lang.Object response
         0: .line 27
            aload 0 /* this */
            aload 1 /* exception */
            invokevirtual com.mongodb.MongoException.getCode:()I
            aload 1 /* exception */
            invokevirtual com.mongodb.MongoException.getMessage:()Ljava/lang/String;
            aload 1 /* exception */
            invokespecial com.mongodb.MongoException.<init>:(ILjava/lang/String;Ljava/lang/Throwable;)V
         1: .line 28
            aload 0 /* this */
            aload 1 /* exception */
            putfield com.mongodb.internal.connection.MongoWriteConcernWithResponseException.cause:Lcom/mongodb/MongoException;
         2: .line 29
            aload 0 /* this */
            aload 2 /* response */
            putfield com.mongodb.internal.connection.MongoWriteConcernWithResponseException.response:Ljava/lang/Object;
         3: .line 30
            return
        end local 2 // java.lang.Object response
        end local 1 // com.mongodb.MongoException exception
        end local 0 // com.mongodb.internal.connection.MongoWriteConcernWithResponseException this
      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 // com.mongodb.internal.connection.MongoWriteConcernWithResponseException this
         0: .line 34
            aload 0 /* this */
            getfield com.mongodb.internal.connection.MongoWriteConcernWithResponseException.cause:Lcom/mongodb/MongoException;
            areturn
        end local 0 // com.mongodb.internal.connection.MongoWriteConcernWithResponseException this
      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 // com.mongodb.internal.connection.MongoWriteConcernWithResponseException this
         0: .line 38
            aload 0 /* this */
            getfield com.mongodb.internal.connection.MongoWriteConcernWithResponseException.response:Ljava/lang/Object;
            areturn
        end local 0 // com.mongodb.internal.connection.MongoWriteConcernWithResponseException this
      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: .line 1
            aload 0
            invokevirtual com.mongodb.internal.connection.MongoWriteConcernWithResponseException.getCause:()Lcom/mongodb/MongoException;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "MongoWriteConcernWithResponseException.java"