Uses of Class
org.wildfly.channel.UnresolvedMavenArtifactException
-
Packages that use UnresolvedMavenArtifactException Package Description org.wildfly.channel -
-
Uses of UnresolvedMavenArtifactException in org.wildfly.channel
Subclasses of UnresolvedMavenArtifactException in org.wildfly.channel Modifier and Type Class Description classArtifactTransferExceptionThrown in case of an error during downloading of one or more of required artifacts.classNoStreamFoundExceptionThrown if one or more of required artifacts are not found in specified ChannelsMethods in org.wildfly.channel that throw UnresolvedMavenArtifactException Modifier and Type Method Description List<MavenArtifact>ChannelSession. resolveMavenArtifacts(List<ArtifactCoordinate> coordinates)Resolve a list of Maven artifacts according to the session's channels.Constructors in org.wildfly.channel with parameters of type UnresolvedMavenArtifactException Constructor Description UnresolvedRequiredManifestException(String msg, String missingID, UnresolvedMavenArtifactException cause)
-