public class com.mongodb.MongoCursorNotFoundException extends com.mongodb.MongoQueryException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.mongodb.MongoCursorNotFoundException
  super_class: com.mongodb.MongoQueryException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -4415279469780082174

  private final long cursorId;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.mongodb.ServerAddress serverAddress;
    descriptor: Lcom/mongodb/ServerAddress;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(long, com.mongodb.ServerAddress);
    descriptor: (JLcom/mongodb/ServerAddress;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // com.mongodb.MongoCursorNotFoundException this
        start local 1 // long cursorId
        start local 3 // com.mongodb.ServerAddress serverAddress
         0: .line 38
            aload 0 /* this */
            aload 3 /* serverAddress */
            bipush -5
            new java.lang.StringBuilder
            dup
            ldc "Cursor "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 1 /* cursorId */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc " not found on server "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* serverAddress */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial com.mongodb.MongoQueryException.<init>:(Lcom/mongodb/ServerAddress;ILjava/lang/String;)V
         1: .line 39
            aload 0 /* this */
            lload 1 /* cursorId */
            putfield com.mongodb.MongoCursorNotFoundException.cursorId:J
         2: .line 40
            aload 0 /* this */
            aload 3 /* serverAddress */
            putfield com.mongodb.MongoCursorNotFoundException.serverAddress:Lcom/mongodb/ServerAddress;
         3: .line 41
            return
        end local 3 // com.mongodb.ServerAddress serverAddress
        end local 1 // long cursorId
        end local 0 // com.mongodb.MongoCursorNotFoundException this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lcom/mongodb/MongoCursorNotFoundException;
            0    4     1       cursorId  J
            0    4     3  serverAddress  Lcom/mongodb/ServerAddress;
    MethodParameters:
               Name  Flags
      cursorId       final
      serverAddress  final

  public long getCursorId();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.mongodb.MongoCursorNotFoundException this
         0: .line 49
            aload 0 /* this */
            getfield com.mongodb.MongoCursorNotFoundException.cursorId:J
            lreturn
        end local 0 // com.mongodb.MongoCursorNotFoundException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/MongoCursorNotFoundException;

  public com.mongodb.ServerAddress getServerAddress();
    descriptor: ()Lcom/mongodb/ServerAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.MongoCursorNotFoundException this
         0: .line 58
            aload 0 /* this */
            getfield com.mongodb.MongoCursorNotFoundException.serverAddress:Lcom/mongodb/ServerAddress;
            areturn
        end local 0 // com.mongodb.MongoCursorNotFoundException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/MongoCursorNotFoundException;
}
SourceFile: "MongoCursorNotFoundException.java"