Class ArtifactNotFoundException

    • Constructor Detail

      • ArtifactNotFoundException

        public ArtifactNotFoundException​(String groupId,
                                         String artifactId)
        Constructor.
        Parameters:
        groupId -
        artifactId -
      • ArtifactNotFoundException

        public ArtifactNotFoundException​(String groupId,
                                         String artifactId,
                                         Throwable cause)
        Constructor.
        Parameters:
        groupId -
        artifactId -
        cause -
      • ArtifactNotFoundException

        public ArtifactNotFoundException​(String artifactId)