Class ArtifactResolutionException

    • Constructor Detail

      • ArtifactResolutionException

        public ArtifactResolutionException​(String msg,
                                           Throwable cause)
      • ArtifactResolutionException

        public ArtifactResolutionException​(String msg,
                                           Throwable cause,
                                           Set<org.wildfly.channel.ArtifactCoordinate> missingArtifacts,
                                           Set<org.wildfly.channel.Repository> repositories,
                                           boolean offline)
      • ArtifactResolutionException

        public ArtifactResolutionException​(org.wildfly.channel.UnresolvedMavenArtifactException e,
                                           Set<org.wildfly.channel.Repository> repositories,
                                           boolean offline)
    • Method Detail

      • getMissingArtifacts

        public Set<org.wildfly.channel.ArtifactCoordinate> getMissingArtifacts()
      • getRepositories

        public Set<org.wildfly.channel.Repository> getRepositories()
      • isOffline

        public boolean isOffline()