Class UnresolvedMavenArtifactException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.wildfly.channel.UnresolvedMavenArtifactException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ArtifactTransferException,NoStreamFoundException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnresolvedMavenArtifactException(String localizedMessage, Throwable cause, Set<ArtifactCoordinate> unresolvedArtifacts, Set<Repository> attemptedRepositories) UnresolvedMavenArtifactException(String message, Set<ArtifactCoordinate> unresolvedArtifacts, Set<Repository> attemptedRepositories) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnresolvedMavenArtifactException
public UnresolvedMavenArtifactException(String localizedMessage, Throwable cause, Set<ArtifactCoordinate> unresolvedArtifacts, Set<Repository> attemptedRepositories) -
UnresolvedMavenArtifactException
public UnresolvedMavenArtifactException(String message, Set<ArtifactCoordinate> unresolvedArtifacts, Set<Repository> attemptedRepositories)
-
-
Method Details
-
getUnresolvedArtifacts
-
getAttemptedRepositories
-