org.sonatype.aether.transfer
Class ArtifactNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sonatype.aether.RepositoryException
              extended by org.sonatype.aether.transfer.ArtifactTransferException
                  extended by org.sonatype.aether.transfer.ArtifactNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ArtifactNotFoundException
extends ArtifactTransferException

Author:
Benjamin Bentmann
See Also:
Serialized Form

Constructor Summary
ArtifactNotFoundException(Artifact artifact, RemoteRepository repository)
           
ArtifactNotFoundException(Artifact artifact, RemoteRepository repository, java.lang.String message)
           
 
Method Summary
 
Methods inherited from class org.sonatype.aether.transfer.ArtifactTransferException
getArtifact, getRepository
 
Methods inherited from class org.sonatype.aether.RepositoryException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArtifactNotFoundException

public ArtifactNotFoundException(Artifact artifact,
                                 RemoteRepository repository)

ArtifactNotFoundException

public ArtifactNotFoundException(Artifact artifact,
                                 RemoteRepository repository,
                                 java.lang.String message)


Copyright © 2010 Sonatype, Inc.. All Rights Reserved.