org.sonatype.aether.transfer
Class ArtifactNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sonatype.aether.RepositoryException
org.sonatype.aether.transfer.ArtifactTransferException
org.sonatype.aether.transfer.ArtifactNotFoundException
- All Implemented Interfaces:
- Serializable
public class ArtifactNotFoundException
- extends ArtifactTransferException
Thrown when an artifact was not found in a particular 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 |
ArtifactNotFoundException
public ArtifactNotFoundException(Artifact artifact,
RemoteRepository repository)
ArtifactNotFoundException
public ArtifactNotFoundException(Artifact artifact,
RemoteRepository repository,
String message)
Copyright © 2010-2013. All Rights Reserved.