Class ArtifactFilteredOutException

All Implemented Interfaces:
Serializable

Thrown when an artifact was filtered from a particular repository.
Since:
1.9.6
See Also:
  • Constructor Details

    • ArtifactFilteredOutException

      public ArtifactFilteredOutException(Artifact artifact, RemoteRepository repository, String message)
      Creates a new exception with the specified artifact, repository and detail message.
      Parameters:
      artifact - The missing artifact, may be null.
      repository - The involved remote repository, may be null.
      message - The detail message, may be null.