public final class com.mongodb.event.CommandFailedEvent extends com.mongodb.event.CommandEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.mongodb.event.CommandFailedEvent
  super_class: com.mongodb.event.CommandEvent
{
  private final long elapsedTimeNanos;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Throwable throwable;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int, com.mongodb.connection.ConnectionDescription, java.lang.String, long, java.lang.Throwable);
    descriptor: (ILcom/mongodb/connection/ConnectionDescription;Ljava/lang/String;JLjava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=6
        start local 0 // com.mongodb.event.CommandFailedEvent this
        start local 1 // int requestId
        start local 2 // com.mongodb.connection.ConnectionDescription connectionDescription
        start local 3 // java.lang.String commandName
        start local 4 // long elapsedTimeNanos
        start local 6 // java.lang.Throwable throwable
         0: .line 45
            aload 0 /* this */
            iload 1 /* requestId */
            aload 2 /* connectionDescription */
            aload 3 /* commandName */
            invokespecial com.mongodb.event.CommandEvent.<init>:(ILcom/mongodb/connection/ConnectionDescription;Ljava/lang/String;)V
         1: .line 46
            ldc "elapsed time is not negative"
            lload 4 /* elapsedTimeNanos */
            lconst_0
            lcmp
            iflt 2
            iconst_1
            goto 3
      StackMap locals: com.mongodb.event.CommandFailedEvent int com.mongodb.connection.ConnectionDescription java.lang.String long java.lang.Throwable
      StackMap stack: java.lang.String
         2: iconst_0
      StackMap locals: com.mongodb.event.CommandFailedEvent int com.mongodb.connection.ConnectionDescription java.lang.String long java.lang.Throwable
      StackMap stack: java.lang.String int
         3: invokestatic com.mongodb.assertions.Assertions.isTrueArgument:(Ljava/lang/String;Z)V
         4: .line 47
            aload 0 /* this */
            lload 4 /* elapsedTimeNanos */
            putfield com.mongodb.event.CommandFailedEvent.elapsedTimeNanos:J
         5: .line 48
            aload 0 /* this */
            aload 6 /* throwable */
            putfield com.mongodb.event.CommandFailedEvent.throwable:Ljava/lang/Throwable;
         6: .line 49
            return
        end local 6 // java.lang.Throwable throwable
        end local 4 // long elapsedTimeNanos
        end local 3 // java.lang.String commandName
        end local 2 // com.mongodb.connection.ConnectionDescription connectionDescription
        end local 1 // int requestId
        end local 0 // com.mongodb.event.CommandFailedEvent this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    7     0                   this  Lcom/mongodb/event/CommandFailedEvent;
            0    7     1              requestId  I
            0    7     2  connectionDescription  Lcom/mongodb/connection/ConnectionDescription;
            0    7     3            commandName  Ljava/lang/String;
            0    7     4       elapsedTimeNanos  J
            0    7     6              throwable  Ljava/lang/Throwable;
    MethodParameters:
                       Name  Flags
      requestId              final
      connectionDescription  final
      commandName            final
      elapsedTimeNanos       final
      throwable              final

  public long getElapsedTime(java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/concurrent/TimeUnit;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.mongodb.event.CommandFailedEvent this
        start local 1 // java.util.concurrent.TimeUnit timeUnit
         0: .line 58
            aload 1 /* timeUnit */
            aload 0 /* this */
            getfield com.mongodb.event.CommandFailedEvent.elapsedTimeNanos:J
            getstatic java.util.concurrent.TimeUnit.NANOSECONDS:Ljava/util/concurrent/TimeUnit;
            invokevirtual java.util.concurrent.TimeUnit.convert:(JLjava/util/concurrent/TimeUnit;)J
            lreturn
        end local 1 // java.util.concurrent.TimeUnit timeUnit
        end local 0 // com.mongodb.event.CommandFailedEvent this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/mongodb/event/CommandFailedEvent;
            0    1     1  timeUnit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
          Name  Flags
      timeUnit  final

  public java.lang.Throwable getThrowable();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.event.CommandFailedEvent this
         0: .line 67
            aload 0 /* this */
            getfield com.mongodb.event.CommandFailedEvent.throwable:Ljava/lang/Throwable;
            areturn
        end local 0 // com.mongodb.event.CommandFailedEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/event/CommandFailedEvent;
}
SourceFile: "CommandFailedEvent.java"