Class ArtifactResolutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wildfly.prospero.api.exceptions.OperationException
-
- org.wildfly.prospero.api.exceptions.ArtifactResolutionException
-
- All Implemented Interfaces:
Serializable
public class ArtifactResolutionException extends OperationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArtifactResolutionException(String msg)ArtifactResolutionException(String msg, org.wildfly.channel.UnresolvedMavenArtifactException e)ArtifactResolutionException(org.wildfly.channel.UnresolvedMavenArtifactException e)ArtifactResolutionException(org.wildfly.channel.UnresolvedMavenArtifactException e, Collection<org.eclipse.aether.repository.RemoteRepository> repositories, boolean offline)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<org.wildfly.channel.Repository>attemptedRepositories()Set<org.wildfly.channel.ArtifactCoordinate>failedArtifacts()Set<org.wildfly.channel.Repository>offlineRepositories()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ArtifactResolutionException
public ArtifactResolutionException(String msg, org.wildfly.channel.UnresolvedMavenArtifactException e)
-
ArtifactResolutionException
public ArtifactResolutionException(String msg)
-
ArtifactResolutionException
public ArtifactResolutionException(org.wildfly.channel.UnresolvedMavenArtifactException e)
-
ArtifactResolutionException
public ArtifactResolutionException(org.wildfly.channel.UnresolvedMavenArtifactException e, Collection<org.eclipse.aether.repository.RemoteRepository> repositories, boolean offline)
-
-