Class ArtifactFilteredOutException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ArtifactFilteredOutException
    extends ArtifactNotFoundException
    Thrown when an artifact was filtered from a particular repository.
    Since:
    1.9.6
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ArtifactFilteredOutException

        public ArtifactFilteredOutException​(Artifact artifact,
                                            RemoteRepository repository,
                                            java.lang.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.