Constructor parameters in org.apache.maven.artifact.resolver with type arguments of type ArtifactRepository |
AbstractArtifactResolutionException(String message,
Artifact artifact,
List<ArtifactRepository> remoteRepositories)
|
AbstractArtifactResolutionException(String message,
Artifact artifact,
List<ArtifactRepository> remoteRepositories,
Throwable t)
|
AbstractArtifactResolutionException(String message,
String groupId,
String artifactId,
String version,
String type,
String classifier,
List<ArtifactRepository> remoteRepositories,
List<String> path)
|
AbstractArtifactResolutionException(String message,
String groupId,
String artifactId,
String version,
String type,
String classifier,
List<ArtifactRepository> remoteRepositories,
List<String> path,
Throwable t)
|
ArtifactNotFoundException(String message,
Artifact artifact,
List<ArtifactRepository> remoteRepositories)
|
ArtifactNotFoundException(String message,
Artifact artifact,
List<ArtifactRepository> remoteRepositories,
Throwable cause)
|
ArtifactNotFoundException(String message,
String groupId,
String artifactId,
String version,
String type,
String classifier,
List<ArtifactRepository> remoteRepositories,
String downloadUrl,
List<String> path,
Throwable cause)
|
ArtifactResolutionException(String message,
Artifact artifact,
List<ArtifactRepository> remoteRepositories)
|
ArtifactResolutionException(String message,
Artifact artifact,
List<ArtifactRepository> remoteRepositories,
Throwable cause)
|
ArtifactResolutionException(String message,
String groupId,
String artifactId,
String version,
String type,
String classifier,
List<ArtifactRepository> remoteRepositories,
List<String> path,
Throwable t)
|
MultipleArtifactsNotFoundException(Artifact originatingArtifact,
List<Artifact> resolvedArtifacts,
List<Artifact> missingArtifacts,
List<ArtifactRepository> remoteRepositories)
Create an instance of the exception with allrequired information. |
MultipleArtifactsNotFoundException(Artifact originatingArtifact,
List<Artifact> missingArtifacts,
List<ArtifactRepository> remoteRepositories)
Deprecated. use MultipleArtifactsNotFoundException.MultipleArtifactsNotFoundException(Artifact, List, List, List) |