Package org.wildfly.channel
Class ArtifactTransferException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.wildfly.channel.UnresolvedMavenArtifactException
org.wildfly.channel.ArtifactTransferException
- All Implemented Interfaces:
Serializable
Thrown in case of an error during downloading of one or more of required artifacts.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionArtifactTransferException(String localizedMessage, Throwable cause, Set<ArtifactCoordinate> unresolvedArtifacts, Set<Repository> attemptedRepositories) ArtifactTransferException(String message, Set<ArtifactCoordinate> unresolvedArtifacts, Set<Repository> attemptedRepositories) -
Method Summary
Methods inherited from class org.wildfly.channel.UnresolvedMavenArtifactException
getAttemptedRepositories, getUnresolvedArtifactsMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ArtifactTransferException
public ArtifactTransferException(String localizedMessage, Throwable cause, Set<ArtifactCoordinate> unresolvedArtifacts, Set<Repository> attemptedRepositories) -
ArtifactTransferException
public ArtifactTransferException(String message, Set<ArtifactCoordinate> unresolvedArtifacts, Set<Repository> attemptedRepositories)
-