Class ArtifactNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
org.apache.maven.artifact.resolver.ArtifactNotFoundException
- All Implemented Interfaces:
Serializable
- Author:
- Jason van Zyl
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionArtifactNotFoundException(String message, String groupId, String artifactId, String version, String type, String classifier, List<ArtifactRepository> remoteRepositories, String downloadUrl, List<String> path, Throwable cause) ArtifactNotFoundException(String message, Artifact artifact) protectedArtifactNotFoundException(String message, Artifact artifact, List<ArtifactRepository> remoteRepositories) protectedArtifactNotFoundException(String message, Artifact artifact, List<ArtifactRepository> remoteRepositories, Throwable cause) -
Method Summary
Methods inherited from class AbstractArtifactResolutionException
constructArtifactPath, constructMissingArtifactMessage, getArtifact, getArtifactId, getArtifactPath, getClassifier, getGroupId, getOriginalMessage, getPath, getRemoteRepositories, getType, getVersionMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ArtifactNotFoundException
protected ArtifactNotFoundException(String message, Artifact artifact, List<ArtifactRepository> remoteRepositories) -
ArtifactNotFoundException
-
ArtifactNotFoundException
protected ArtifactNotFoundException(String message, Artifact artifact, List<ArtifactRepository> remoteRepositories, Throwable cause) -
ArtifactNotFoundException
-
-
Method Details
-
getDownloadUrl
-