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