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
ConstructorDescriptionArtifactResolutionException
(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, getVersion
Methods 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)
-