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
public class ArtifactTransferException extends UnresolvedMavenArtifactException
Thrown in case of an error during downloading of one or more of required artifacts.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArtifactTransferException(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, getUnresolvedArtifacts
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ArtifactTransferException
public ArtifactTransferException(String localizedMessage, Throwable cause, Set<ArtifactCoordinate> unresolvedArtifacts, Set<Repository> attemptedRepositories)
-
ArtifactTransferException
public ArtifactTransferException(String message, Set<ArtifactCoordinate> unresolvedArtifacts, Set<Repository> attemptedRepositories)
-
-