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, getRepository
getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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.