public class MultipleArtifactsNotFoundException extends ArtifactResolutionException
| Constructor and Description |
|---|
MultipleArtifactsNotFoundException(Artifact originatingArtifact,
List missingArtifacts,
List remoteRepositories)
Deprecated.
|
MultipleArtifactsNotFoundException(Artifact originatingArtifact,
List resolvedArtifacts,
List missingArtifacts,
List remoteRepositories)
Create an instance of the exception with allrequired information.
|
| Modifier and Type | Method and Description |
|---|---|
List |
getMissingArtifacts()
artifacts that could NOT be resolved
|
List |
getResolvedArtifacts()
artifacts that could be resolved
|
constructArtifactPath, constructMissingArtifactMessage, getArtifact, getArtifactId, getArtifactPath, getClassifier, getGroupId, getOriginalMessage, getPath, getRemoteRepositories, getType, getVersionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MultipleArtifactsNotFoundException(Artifact originatingArtifact, List missingArtifacts, List remoteRepositories)
MultipleArtifactsNotFoundException(Artifact, List, List, List)public MultipleArtifactsNotFoundException(Artifact originatingArtifact, List resolvedArtifacts, List missingArtifacts, List remoteRepositories)
originatingArtifact - the artifact that was being resolvedresolvedArtifacts - artifacts that could be resolvedmissingArtifacts - artifacts that could not be resolvedremoteRepositories - remote repositories where the missing artifacts were not foundCopyright © 2001-2021 The Apache Software Foundation. All Rights Reserved.