public final class com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException extends com.google.common.util.concurrent.CycleDetectingLockFactory$ExampleStackTrace
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException
  super_class: com.google.common.util.concurrent.CycleDetectingLockFactory$ExampleStackTrace
{
  private final com.google.common.util.concurrent.CycleDetectingLockFactory$ExampleStackTrace conflictingStackTrace;
    descriptor: Lcom/google/common/util/concurrent/CycleDetectingLockFactory$ExampleStackTrace;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode, com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode, com.google.common.util.concurrent.CycleDetectingLockFactory$ExampleStackTrace);
    descriptor: (Lcom/google/common/util/concurrent/CycleDetectingLockFactory$LockGraphNode;Lcom/google/common/util/concurrent/CycleDetectingLockFactory$LockGraphNode;Lcom/google/common/util/concurrent/CycleDetectingLockFactory$ExampleStackTrace;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException this
        start local 1 // com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode node1
        start local 2 // com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode node2
        start local 3 // com.google.common.util.concurrent.CycleDetectingLockFactory$ExampleStackTrace conflictingStackTrace
         0: .line 534
            aload 0 /* this */
            aload 1 /* node1 */
            aload 2 /* node2 */
            invokespecial com.google.common.util.concurrent.CycleDetectingLockFactory$ExampleStackTrace.<init>:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$LockGraphNode;Lcom/google/common/util/concurrent/CycleDetectingLockFactory$LockGraphNode;)V
         1: .line 535
            aload 0 /* this */
            aload 3 /* conflictingStackTrace */
            putfield com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException.conflictingStackTrace:Lcom/google/common/util/concurrent/CycleDetectingLockFactory$ExampleStackTrace;
         2: .line 536
            aload 0 /* this */
            aload 3 /* conflictingStackTrace */
            invokevirtual com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
         3: .line 537
            return
        end local 3 // com.google.common.util.concurrent.CycleDetectingLockFactory$ExampleStackTrace conflictingStackTrace
        end local 2 // com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode node2
        end local 1 // com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode node1
        end local 0 // com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    4     0                   this  Lcom/google/common/util/concurrent/CycleDetectingLockFactory$PotentialDeadlockException;
            0    4     1                  node1  Lcom/google/common/util/concurrent/CycleDetectingLockFactory$LockGraphNode;
            0    4     2                  node2  Lcom/google/common/util/concurrent/CycleDetectingLockFactory$LockGraphNode;
            0    4     3  conflictingStackTrace  Lcom/google/common/util/concurrent/CycleDetectingLockFactory$ExampleStackTrace;
    MethodParameters:
                       Name  Flags
      node1                  
      node2                  
      conflictingStackTrace  

  public com.google.common.util.concurrent.CycleDetectingLockFactory$ExampleStackTrace getConflictingStackTrace();
    descriptor: ()Lcom/google/common/util/concurrent/CycleDetectingLockFactory$ExampleStackTrace;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException this
         0: .line 540
            aload 0 /* this */
            getfield com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException.conflictingStackTrace:Lcom/google/common/util/concurrent/CycleDetectingLockFactory$ExampleStackTrace;
            areturn
        end local 0 // com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/util/concurrent/CycleDetectingLockFactory$PotentialDeadlockException;

  public java.lang.String getMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException this
         0: .line 549
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokespecial com.google.common.util.concurrent.CycleDetectingLockFactory$ExampleStackTrace.getMessage:()Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            astore 1 /* message */
        start local 1 // java.lang.StringBuilder message
         1: .line 550
            aload 0 /* this */
            getfield com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException.conflictingStackTrace:Lcom/google/common/util/concurrent/CycleDetectingLockFactory$ExampleStackTrace;
            astore 2 /* t */
        start local 2 // java.lang.Throwable t
         2: goto 5
         3: .line 551
      StackMap locals: java.lang.StringBuilder java.lang.Throwable
      StackMap stack:
            aload 1 /* message */
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* t */
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         4: .line 550
            aload 2 /* t */
            invokevirtual java.lang.Throwable.getCause:()Ljava/lang/Throwable;
            astore 2 /* t */
      StackMap locals:
      StackMap stack:
         5: aload 2 /* t */
            ifnonnull 3
        end local 2 // java.lang.Throwable t
         6: .line 553
            aload 1 /* message */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder message
        end local 0 // com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lcom/google/common/util/concurrent/CycleDetectingLockFactory$PotentialDeadlockException;
            1    7     1  message  Ljava/lang/StringBuilder;
            2    6     2        t  Ljava/lang/Throwable;
}
SourceFile: "CycleDetectingLockFactory.java"
NestHost: com.google.common.util.concurrent.CycleDetectingLockFactory
InnerClasses:
  private ExampleStackTrace = com.google.common.util.concurrent.CycleDetectingLockFactory$ExampleStackTrace of com.google.common.util.concurrent.CycleDetectingLockFactory
  private LockGraphNode = com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode of com.google.common.util.concurrent.CycleDetectingLockFactory
  public final PotentialDeadlockException = com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException of com.google.common.util.concurrent.CycleDetectingLockFactory
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.Beta()