Class PluginNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PluginNotFoundException
    extends org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
    Exception occurring trying to resolve a plugin.
    Author:
    Brett Porter
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PluginNotFoundException​(org.apache.maven.model.Plugin plugin, java.util.List<org.apache.maven.artifact.repository.ArtifactRepository> remoteRepositories)  
      PluginNotFoundException​(org.apache.maven.model.Plugin plugin, org.apache.maven.artifact.resolver.ArtifactNotFoundException e)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.maven.model.Plugin getPlugin()  
      • Methods inherited from class org.apache.maven.artifact.resolver.AbstractArtifactResolutionException

        constructArtifactPath, constructMissingArtifactMessage, getArtifact, getArtifactId, getArtifactPath, getClassifier, getGroupId, getOriginalMessage, getPath, getRemoteRepositories, getType, getVersion
      • 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

      • PluginNotFoundException

        public PluginNotFoundException​(org.apache.maven.model.Plugin plugin,
                                       org.apache.maven.artifact.resolver.ArtifactNotFoundException e)
      • PluginNotFoundException

        public PluginNotFoundException​(org.apache.maven.model.Plugin plugin,
                                       java.util.List<org.apache.maven.artifact.repository.ArtifactRepository> remoteRepositories)
    • Method Detail

      • getPlugin

        public org.apache.maven.model.Plugin getPlugin()