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, getVersion
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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–2016 The Apache Software Foundation. All rights reserved.