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
- 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-2011 Sonatype, Inc.. All Rights Reserved.