public class ArtifactNotFoundException extends ArtifactTransferException
| Constructor and Description |
|---|
ArtifactNotFoundException(Artifact artifact,
RemoteRepository repository) |
ArtifactNotFoundException(Artifact artifact,
RemoteRepository repository,
String message) |
ArtifactNotFoundException(Artifact artifact,
RemoteRepository repository,
String message,
Throwable cause) |
getArtifact, getRepositorygetMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ArtifactNotFoundException(Artifact artifact, RemoteRepository repository)
public ArtifactNotFoundException(Artifact artifact, RemoteRepository repository, String message)
public ArtifactNotFoundException(Artifact artifact, RemoteRepository repository, String message, Throwable cause)
Copyright © 2010-2013 The Eclipse Foundation. All Rights Reserved.