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
- Direct Known Subclasses:
StreamNotFoundException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionArtifactResolutionException(String msg, Throwable cause) ArtifactResolutionException(String msg, Throwable cause, Set<org.wildfly.channel.ArtifactCoordinate> missingArtifacts, Set<org.wildfly.channel.Repository> repositories, boolean offline) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ArtifactResolutionException
-
ArtifactResolutionException
-
-
Method Details
-
getMissingArtifacts
-
getRepositories
-
isOffline
public boolean isOffline()
-