public class ArtifactNotFoundException extends ArtifactTransferException
Constructor and Description |
---|
ArtifactNotFoundException(Artifact artifact,
RemoteRepository repository) |
ArtifactNotFoundException(Artifact artifact,
RemoteRepository repository,
String message) |
ArtifactNotFoundException(Artifact artifact,
RemoteRepository repository,
String message,
boolean fromCache) |
ArtifactNotFoundException(Artifact artifact,
RemoteRepository repository,
String message,
Throwable cause) |
getArtifact, getRepository, isFromCache
getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ArtifactNotFoundException(Artifact artifact, RemoteRepository repository)
public ArtifactNotFoundException(Artifact artifact, RemoteRepository repository, String message)
public ArtifactNotFoundException(Artifact artifact, RemoteRepository repository, String message, boolean fromCache)
public ArtifactNotFoundException(Artifact artifact, RemoteRepository repository, String message, Throwable cause)
Copyright © 2010-2014 The Eclipse Foundation. All Rights Reserved.