public class org.eclipse.aether.resolution.DependencyResolutionException extends org.eclipse.aether.RepositoryException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.aether.resolution.DependencyResolutionException
  super_class: org.eclipse.aether.RepositoryException
{
  private final transient org.eclipse.aether.resolution.DependencyResult result;
    descriptor: Lorg/eclipse/aether/resolution/DependencyResult;
    flags: (0x0092) ACC_PRIVATE, ACC_FINAL, ACC_TRANSIENT

  public void <init>(org.eclipse.aether.resolution.DependencyResult, java.lang.Throwable);
    descriptor: (Lorg/eclipse/aether/resolution/DependencyResult;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.aether.resolution.DependencyResolutionException this
        start local 1 // org.eclipse.aether.resolution.DependencyResult result
        start local 2 // java.lang.Throwable cause
         0: .line 41
            aload 0 /* this */
            aload 2 /* cause */
            invokestatic org.eclipse.aether.resolution.DependencyResolutionException.getMessage:(Ljava/lang/Throwable;)Ljava/lang/String;
            aload 2 /* cause */
            invokespecial org.eclipse.aether.RepositoryException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 42
            aload 0 /* this */
            aload 1 /* result */
            putfield org.eclipse.aether.resolution.DependencyResolutionException.result:Lorg/eclipse/aether/resolution/DependencyResult;
         2: .line 43
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // org.eclipse.aether.resolution.DependencyResult result
        end local 0 // org.eclipse.aether.resolution.DependencyResolutionException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/eclipse/aether/resolution/DependencyResolutionException;
            0    3     1  result  Lorg/eclipse/aether/resolution/DependencyResult;
            0    3     2   cause  Ljava/lang/Throwable;
    MethodParameters:
        Name  Flags
      result  
      cause   

  public void <init>(org.eclipse.aether.resolution.DependencyResult, java.lang.String, java.lang.Throwable);
    descriptor: (Lorg/eclipse/aether/resolution/DependencyResult;Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.aether.resolution.DependencyResolutionException this
        start local 1 // org.eclipse.aether.resolution.DependencyResult result
        start local 2 // java.lang.String message
        start local 3 // java.lang.Throwable cause
         0: .line 54
            aload 0 /* this */
            aload 2 /* message */
            aload 3 /* cause */
            invokespecial org.eclipse.aether.RepositoryException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 55
            aload 0 /* this */
            aload 1 /* result */
            putfield org.eclipse.aether.resolution.DependencyResolutionException.result:Lorg/eclipse/aether/resolution/DependencyResult;
         2: .line 56
            return
        end local 3 // java.lang.Throwable cause
        end local 2 // java.lang.String message
        end local 1 // org.eclipse.aether.resolution.DependencyResult result
        end local 0 // org.eclipse.aether.resolution.DependencyResolutionException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/eclipse/aether/resolution/DependencyResolutionException;
            0    3     1   result  Lorg/eclipse/aether/resolution/DependencyResult;
            0    3     2  message  Ljava/lang/String;
            0    3     3    cause  Ljava/lang/Throwable;
    MethodParameters:
         Name  Flags
      result   
      message  
      cause    

  private static java.lang.String getMessage(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // java.lang.Throwable cause
         0: .line 60
            aconst_null
            astore 1 /* msg */
        start local 1 // java.lang.String msg
         1: .line 61
            aload 0 /* cause */
            ifnull 3
         2: .line 63
            aload 0 /* cause */
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
            astore 1 /* msg */
         3: .line 65
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* msg */
            ifnull 4
            aload 1 /* msg */
            invokevirtual java.lang.String.length:()I
            ifgt 5
         4: .line 67
      StackMap locals:
      StackMap stack:
            ldc "Could not resolve transitive dependencies"
            astore 1 /* msg */
         5: .line 69
      StackMap locals:
      StackMap stack:
            aload 1 /* msg */
            areturn
        end local 1 // java.lang.String msg
        end local 0 // java.lang.Throwable cause
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0  cause  Ljava/lang/Throwable;
            1    6     1    msg  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      cause  

  public org.eclipse.aether.resolution.DependencyResult getResult();
    descriptor: ()Lorg/eclipse/aether/resolution/DependencyResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.resolution.DependencyResolutionException this
         0: .line 80
            aload 0 /* this */
            getfield org.eclipse.aether.resolution.DependencyResolutionException.result:Lorg/eclipse/aether/resolution/DependencyResult;
            areturn
        end local 0 // org.eclipse.aether.resolution.DependencyResolutionException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/resolution/DependencyResolutionException;
}
SourceFile: "DependencyResolutionException.java"