Package org.wildfly.channel
Class NoStreamFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.wildfly.channel.UnresolvedMavenArtifactException
-
- org.wildfly.channel.NoStreamFoundException
-
- All Implemented Interfaces:
Serializable
public class NoStreamFoundException extends UnresolvedMavenArtifactException
Thrown if one or more of required artifacts are not found in specified Channels- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoStreamFoundException(String localizedMessage, Throwable cause, Set<ArtifactCoordinate> unresolvedArtifacts, Set<Repository> attemptedRepositories)NoStreamFoundException(String message, Set<ArtifactCoordinate> unresolvedArtifacts, Set<Repository> attemptedRepositories)
-
Method Summary
-
Methods inherited from class org.wildfly.channel.UnresolvedMavenArtifactException
getAttemptedRepositories, getUnresolvedArtifacts
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoStreamFoundException
public NoStreamFoundException(String localizedMessage, Throwable cause, Set<ArtifactCoordinate> unresolvedArtifacts, Set<Repository> attemptedRepositories)
-
NoStreamFoundException
public NoStreamFoundException(String message, Set<ArtifactCoordinate> unresolvedArtifacts, Set<Repository> attemptedRepositories)
-
-