public class ArtifactTransferException extends RepositoryException
| Constructor and Description |
|---|
ArtifactTransferException(Artifact artifact,
RemoteRepository repository,
String message) |
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() |
getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ArtifactTransferException(Artifact artifact, RemoteRepository repository, String message)
public ArtifactTransferException(Artifact artifact, RemoteRepository repository, Throwable cause)
public ArtifactTransferException(Artifact artifact, RemoteRepository repository, String message, Throwable cause)
public Artifact getArtifact()
public RemoteRepository getRepository()
Copyright © 2010-2012 Sonatype, Inc.. All Rights Reserved.