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 SummaryConstructorsConstructorDescriptionArtifactResolutionException(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 SummaryMethods inherited from class org.apache.maven.artifact.resolver.AbstractArtifactResolutionExceptionconstructArtifactPath, constructMissingArtifactMessage, getArtifact, getArtifactId, getArtifactPath, getClassifier, getGroupId, getOriginalMessage, getPath, getRemoteRepositories, getType, getVersionMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ArtifactResolutionException
- 
ArtifactResolutionException
- 
ArtifactResolutionException
- 
ArtifactResolutionExceptionpublic ArtifactResolutionException(String message, Artifact artifact, List<ArtifactRepository> remoteRepositories) 
- 
ArtifactResolutionException
- 
ArtifactResolutionExceptionpublic ArtifactResolutionException(String message, Artifact artifact, List<ArtifactRepository> remoteRepositories, Throwable cause) 
 
-