class org.eclipse.aether.transport.wagon.WagonCancelledException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.aether.transport.wagon.WagonCancelledException
  super_class: java.lang.RuntimeException
{
  void <init>(org.eclipse.aether.transfer.TransferCancelledException);
    descriptor: (Lorg/eclipse/aether/transfer/TransferCancelledException;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.transport.wagon.WagonCancelledException this
        start local 1 // org.eclipse.aether.transfer.TransferCancelledException cause
         0: .line 33
            aload 0 /* this */
            aload 1 /* cause */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
         1: .line 34
            return
        end local 1 // org.eclipse.aether.transfer.TransferCancelledException cause
        end local 0 // org.eclipse.aether.transport.wagon.WagonCancelledException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/aether/transport/wagon/WagonCancelledException;
            0    2     1  cause  Lorg/eclipse/aether/transfer/TransferCancelledException;
    MethodParameters:
       Name  Flags
      cause  

  public static java.lang.Exception unwrap(java.lang.Exception);
    descriptor: (Ljava/lang/Exception;)Ljava/lang/Exception;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Exception e
         0: .line 38
            aload 0 /* e */
            instanceof org.eclipse.aether.transport.wagon.WagonCancelledException
            ifeq 2
         1: .line 40
            aload 0 /* e */
            invokevirtual java.lang.Exception.getCause:()Ljava/lang/Throwable;
            checkcast java.lang.Exception
            astore 0 /* e */
         2: .line 42
      StackMap locals:
      StackMap stack:
            aload 0 /* e */
            areturn
        end local 0 // java.lang.Exception e
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     e  Ljava/lang/Exception;
    MethodParameters:
      Name  Flags
      e     
}
SourceFile: "WagonCancelledException.java"