org.sonatype.aether.transfer
Class ArtifactTransferException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sonatype.aether.RepositoryException
org.sonatype.aether.transfer.ArtifactTransferException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ArtifactNotFoundException
public class ArtifactTransferException
- extends RepositoryException
Thrown when an artifact could not be uploaded/downloaded to/from a particular remote repository.
- Author:
- Benjamin Bentmann
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ArtifactTransferException
public ArtifactTransferException(Artifact artifact,
RemoteRepository repository,
String message)
ArtifactTransferException
public ArtifactTransferException(Artifact artifact,
RemoteRepository repository,
Throwable cause)
ArtifactTransferException
public ArtifactTransferException(Artifact artifact,
RemoteRepository repository,
String message,
Throwable cause)
getArtifact
public Artifact getArtifact()
getRepository
public RemoteRepository getRepository()
Copyright © 2010-2012. All Rights Reserved.