org.apache.maven.artifact.resolver
Class ArtifactResolutionException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
              
org.apache.maven.artifact.resolver.ArtifactResolutionException
- All Implemented Interfaces: 
 - Serializable
 
- Direct Known Subclasses: 
 - CyclicDependencyException, MultipleArtifactsNotFoundException, OverConstrainedVersionException
 
public class ArtifactResolutionException
- extends AbstractArtifactResolutionException
 
- Author:
 
  - Jason van Zyl
 
- See Also:
 - Serialized Form
 
| 
Constructor Summary | 
ArtifactResolutionException(String message,
                                                       Artifact artifact)
 
            | 
ArtifactResolutionException(String message,
                                                       Artifact artifact,
                                                       List<ArtifactRepository> remoteRepositories)
 
            | 
ArtifactResolutionException(String message,
                                                       Artifact artifact,
                                                       List<ArtifactRepository> remoteRepositories,
                                                       Throwable cause)
 
            | 
ArtifactResolutionException(String message,
                                                       Artifact artifact,
                                                       Throwable cause)
 
            | 
ArtifactResolutionException(String message,
                                                       String groupId,
                                                       String artifactId,
                                                       String version,
                                                       String type,
                                                       String classifier,
                                                       List<ArtifactRepository> remoteRepositories,
                                                       List<String> path,
                                                       Throwable t)
 
            | 
ArtifactResolutionException(String message,
                                                       String groupId,
                                                       String artifactId,
                                                       String version,
                                                       String type,
                                                       String classifier,
                                                       Throwable t)
 
            | 
 
 
| Methods inherited from class org.apache.maven.artifact.resolver.AbstractArtifactResolutionException | 
constructArtifactPath, constructMissingArtifactMessage, getArtifact, getArtifactId, getArtifactPath, getClassifier, getGroupId, getOriginalMessage, getPath, getRemoteRepositories, getType, getVersion | 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
ArtifactResolutionException
public ArtifactResolutionException(String message,
                                   String groupId,
                                   String artifactId,
                                   String version,
                                   String type,
                                   String classifier,
                                   List<ArtifactRepository> remoteRepositories,
                                   List<String> path,
                                   Throwable t)
ArtifactResolutionException
public ArtifactResolutionException(String message,
                                   String groupId,
                                   String artifactId,
                                   String version,
                                   String type,
                                   String classifier,
                                   Throwable t)
ArtifactResolutionException
public ArtifactResolutionException(String message,
                                   Artifact artifact)
ArtifactResolutionException
public ArtifactResolutionException(String message,
                                   Artifact artifact,
                                   List<ArtifactRepository> remoteRepositories)
ArtifactResolutionException
public ArtifactResolutionException(String message,
                                   Artifact artifact,
                                   Throwable cause)
ArtifactResolutionException
public ArtifactResolutionException(String message,
                                   Artifact artifact,
                                   List<ArtifactRepository> remoteRepositories,
                                   Throwable cause)
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.