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

  public void <init>(java.lang.String, java.lang.Exception);
    descriptor: (Ljava/lang/String;Ljava/lang/Exception;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.mongodb.MongoInterruptedException this
        start local 1 // java.lang.String message
        start local 2 // java.lang.Exception e
         0: .line 35
            aload 0 /* this */
            aload 1 /* message */
            aload 2 /* e */
            invokespecial com.mongodb.MongoException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 36
            return
        end local 2 // java.lang.Exception e
        end local 1 // java.lang.String message
        end local 0 // com.mongodb.MongoInterruptedException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/mongodb/MongoInterruptedException;
            0    2     1  message  Ljava/lang/String;
            0    2     2        e  Ljava/lang/Exception;
    MethodParameters:
         Name  Flags
      message  final
      e        final
}
SourceFile: "MongoInterruptedException.java"