Class PluginVersionNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PluginVersionNotFoundException
    extends java.lang.Exception
    PluginVersionNotFoundException
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String artifactId  
      private java.lang.String groupId  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getArtifactId()  
      java.lang.String getGroupId()  
      • 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
    • Field Detail

      • groupId

        private final java.lang.String groupId
      • artifactId

        private final java.lang.String artifactId
    • Constructor Detail

      • PluginVersionNotFoundException

        public PluginVersionNotFoundException​(java.lang.String groupId,
                                              java.lang.String artifactId)
    • Method Detail

      • getGroupId

        public java.lang.String getGroupId()
      • getArtifactId

        public java.lang.String getArtifactId()