public class ArtifactFilteredOutException extends ArtifactNotFoundException
Constructor and Description |
---|
ArtifactFilteredOutException(Artifact artifact,
RemoteRepository repository,
java.lang.String message)
Creates a new exception with the specified artifact, repository and detail message.
|
getArtifact, getRepository, getString, isFromCache
getMessage
public ArtifactFilteredOutException(Artifact artifact, RemoteRepository repository, java.lang.String message)
artifact
- The missing artifact, may be null
.repository
- The involved remote repository, may be null
.message
- The detail message, may be null
.