public class org.eclipse.aether.transfer.ArtifactNotFoundException extends org.eclipse.aether.transfer.ArtifactTransferException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.aether.transfer.ArtifactNotFoundException
  super_class: org.eclipse.aether.transfer.ArtifactTransferException
{
  public void <init>(org.eclipse.aether.artifact.Artifact, org.eclipse.aether.repository.RemoteRepository);
    descriptor: (Lorg/eclipse/aether/artifact/Artifact;Lorg/eclipse/aether/repository/RemoteRepository;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.aether.transfer.ArtifactNotFoundException this
        start local 1 // org.eclipse.aether.artifact.Artifact artifact
        start local 2 // org.eclipse.aether.repository.RemoteRepository repository
         0: .line 41
            aload 0 /* this */
            aload 1 /* artifact */
            aload 2 /* repository */
            aload 1 /* artifact */
            aload 2 /* repository */
            invokestatic org.eclipse.aether.transfer.ArtifactNotFoundException.getMessage:(Lorg/eclipse/aether/artifact/Artifact;Lorg/eclipse/aether/repository/RemoteRepository;)Ljava/lang/String;
            invokespecial org.eclipse.aether.transfer.ArtifactTransferException.<init>:(Lorg/eclipse/aether/artifact/Artifact;Lorg/eclipse/aether/repository/RemoteRepository;Ljava/lang/String;)V
         1: .line 42
            return
        end local 2 // org.eclipse.aether.repository.RemoteRepository repository
        end local 1 // org.eclipse.aether.artifact.Artifact artifact
        end local 0 // org.eclipse.aether.transfer.ArtifactNotFoundException this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/aether/transfer/ArtifactNotFoundException;
            0    2     1    artifact  Lorg/eclipse/aether/artifact/Artifact;
            0    2     2  repository  Lorg/eclipse/aether/repository/RemoteRepository;
    MethodParameters:
            Name  Flags
      artifact    
      repository  

  private static java.lang.String getMessage(org.eclipse.aether.artifact.Artifact, org.eclipse.aether.repository.RemoteRepository);
    descriptor: (Lorg/eclipse/aether/artifact/Artifact;Lorg/eclipse/aether/repository/RemoteRepository;)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.eclipse.aether.artifact.Artifact artifact
        start local 1 // org.eclipse.aether.repository.RemoteRepository repository
         0: .line 46
            new java.lang.StringBuilder
            dup
            sipush 256
            invokespecial java.lang.StringBuilder.<init>:(I)V
            astore 2 /* buffer */
        start local 2 // java.lang.StringBuilder buffer
         1: .line 47
            aload 2 /* buffer */
            ldc "Could not find artifact "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* artifact */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
         2: .line 48
            aload 2 /* buffer */
            ldc " in "
            aload 1 /* repository */
            invokestatic org.eclipse.aether.transfer.ArtifactNotFoundException.getString:(Ljava/lang/String;Lorg/eclipse/aether/repository/RemoteRepository;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         3: .line 49
            aload 0 /* artifact */
            ifnull 10
         4: .line 51
            aload 0 /* artifact */
            ldc "localPath"
            aconst_null
            invokeinterface org.eclipse.aether.artifact.Artifact.getProperty:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            astore 3 /* localPath */
        start local 3 // java.lang.String localPath
         5: .line 52
            aload 3 /* localPath */
            ifnull 7
            aload 1 /* repository */
            ifnonnull 7
         6: .line 54
            aload 2 /* buffer */
            ldc " at specified path "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* localPath */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         7: .line 56
      StackMap locals: java.lang.StringBuilder java.lang.String
      StackMap stack:
            aload 0 /* artifact */
            ldc "downloadUrl"
            aconst_null
            invokeinterface org.eclipse.aether.artifact.Artifact.getProperty:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            astore 4 /* downloadUrl */
        start local 4 // java.lang.String downloadUrl
         8: .line 57
            aload 4 /* downloadUrl */
            ifnull 10
         9: .line 59
            aload 2 /* buffer */
            ldc ", try downloading from "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 4 /* downloadUrl */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 4 // java.lang.String downloadUrl
        end local 3 // java.lang.String localPath
        10: .line 62
      StackMap locals:
      StackMap stack:
            aload 2 /* buffer */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.StringBuilder buffer
        end local 1 // org.eclipse.aether.repository.RemoteRepository repository
        end local 0 // org.eclipse.aether.artifact.Artifact artifact
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0     artifact  Lorg/eclipse/aether/artifact/Artifact;
            0   11     1   repository  Lorg/eclipse/aether/repository/RemoteRepository;
            1   11     2       buffer  Ljava/lang/StringBuilder;
            5   10     3    localPath  Ljava/lang/String;
            8   10     4  downloadUrl  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      artifact    
      repository  

  public void <init>(org.eclipse.aether.artifact.Artifact, org.eclipse.aether.repository.RemoteRepository, java.lang.String);
    descriptor: (Lorg/eclipse/aether/artifact/Artifact;Lorg/eclipse/aether/repository/RemoteRepository;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.aether.transfer.ArtifactNotFoundException this
        start local 1 // org.eclipse.aether.artifact.Artifact artifact
        start local 2 // org.eclipse.aether.repository.RemoteRepository repository
        start local 3 // java.lang.String message
         0: .line 74
            aload 0 /* this */
            aload 1 /* artifact */
            aload 2 /* repository */
            aload 3 /* message */
            invokespecial org.eclipse.aether.transfer.ArtifactTransferException.<init>:(Lorg/eclipse/aether/artifact/Artifact;Lorg/eclipse/aether/repository/RemoteRepository;Ljava/lang/String;)V
         1: .line 75
            return
        end local 3 // java.lang.String message
        end local 2 // org.eclipse.aether.repository.RemoteRepository repository
        end local 1 // org.eclipse.aether.artifact.Artifact artifact
        end local 0 // org.eclipse.aether.transfer.ArtifactNotFoundException this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/aether/transfer/ArtifactNotFoundException;
            0    2     1    artifact  Lorg/eclipse/aether/artifact/Artifact;
            0    2     2  repository  Lorg/eclipse/aether/repository/RemoteRepository;
            0    2     3     message  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      artifact    
      repository  
      message     

  public void <init>(org.eclipse.aether.artifact.Artifact, org.eclipse.aether.repository.RemoteRepository, java.lang.String, boolean);
    descriptor: (Lorg/eclipse/aether/artifact/Artifact;Lorg/eclipse/aether/repository/RemoteRepository;Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.eclipse.aether.transfer.ArtifactNotFoundException this
        start local 1 // org.eclipse.aether.artifact.Artifact artifact
        start local 2 // org.eclipse.aether.repository.RemoteRepository repository
        start local 3 // java.lang.String message
        start local 4 // boolean fromCache
         0: .line 89
            aload 0 /* this */
            aload 1 /* artifact */
            aload 2 /* repository */
            aload 3 /* message */
            iload 4 /* fromCache */
            invokespecial org.eclipse.aether.transfer.ArtifactTransferException.<init>:(Lorg/eclipse/aether/artifact/Artifact;Lorg/eclipse/aether/repository/RemoteRepository;Ljava/lang/String;Z)V
         1: .line 90
            return
        end local 4 // boolean fromCache
        end local 3 // java.lang.String message
        end local 2 // org.eclipse.aether.repository.RemoteRepository repository
        end local 1 // org.eclipse.aether.artifact.Artifact artifact
        end local 0 // org.eclipse.aether.transfer.ArtifactNotFoundException this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/aether/transfer/ArtifactNotFoundException;
            0    2     1    artifact  Lorg/eclipse/aether/artifact/Artifact;
            0    2     2  repository  Lorg/eclipse/aether/repository/RemoteRepository;
            0    2     3     message  Ljava/lang/String;
            0    2     4   fromCache  Z
    MethodParameters:
            Name  Flags
      artifact    
      repository  
      message     
      fromCache   

  public void <init>(org.eclipse.aether.artifact.Artifact, org.eclipse.aether.repository.RemoteRepository, java.lang.String, java.lang.Throwable);
    descriptor: (Lorg/eclipse/aether/artifact/Artifact;Lorg/eclipse/aether/repository/RemoteRepository;Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.eclipse.aether.transfer.ArtifactNotFoundException this
        start local 1 // org.eclipse.aether.artifact.Artifact artifact
        start local 2 // org.eclipse.aether.repository.RemoteRepository repository
        start local 3 // java.lang.String message
        start local 4 // java.lang.Throwable cause
         0: .line 102
            aload 0 /* this */
            aload 1 /* artifact */
            aload 2 /* repository */
            aload 3 /* message */
            aload 4 /* cause */
            invokespecial org.eclipse.aether.transfer.ArtifactTransferException.<init>:(Lorg/eclipse/aether/artifact/Artifact;Lorg/eclipse/aether/repository/RemoteRepository;Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 103
            return
        end local 4 // java.lang.Throwable cause
        end local 3 // java.lang.String message
        end local 2 // org.eclipse.aether.repository.RemoteRepository repository
        end local 1 // org.eclipse.aether.artifact.Artifact artifact
        end local 0 // org.eclipse.aether.transfer.ArtifactNotFoundException this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/aether/transfer/ArtifactNotFoundException;
            0    2     1    artifact  Lorg/eclipse/aether/artifact/Artifact;
            0    2     2  repository  Lorg/eclipse/aether/repository/RemoteRepository;
            0    2     3     message  Ljava/lang/String;
            0    2     4       cause  Ljava/lang/Throwable;
    MethodParameters:
            Name  Flags
      artifact    
      repository  
      message     
      cause       
}
SourceFile: "ArtifactNotFoundException.java"