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
- Author:
 - Jason van Zyl
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionArtifactResolutionException(String message, String groupId, String artifactId, String version, String type, String classifier, Throwable t) ArtifactResolutionException(String message, String groupId, String artifactId, String version, String type, String classifier, List<ArtifactRepository> remoteRepositories, List<String> path, Throwable t) ArtifactResolutionException(String message, Artifact artifact) ArtifactResolutionException(String message, Artifact artifact, Throwable cause) ArtifactResolutionException(String message, Artifact artifact, List<ArtifactRepository> remoteRepositories) ArtifactResolutionException(String message, Artifact artifact, List<ArtifactRepository> remoteRepositories, Throwable cause)  - 
Method Summary
Methods inherited from class org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
constructArtifactPath, constructMissingArtifactMessage, getArtifact, getArtifactId, getArtifactPath, getClassifier, getGroupId, getOriginalMessage, getPath, getRemoteRepositories, getType, getVersionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ArtifactResolutionException
 - 
ArtifactResolutionException
 - 
ArtifactResolutionException
 - 
ArtifactResolutionException
public ArtifactResolutionException(String message, Artifact artifact, List<ArtifactRepository> remoteRepositories)  - 
ArtifactResolutionException
 - 
ArtifactResolutionException
public ArtifactResolutionException(String message, Artifact artifact, List<ArtifactRepository> remoteRepositories, Throwable cause)  
 -