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
public class ArtifactResolutionException extends OperationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArtifactResolutionException(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<org.wildfly.channel.ArtifactCoordinate>getMissingArtifacts()Set<org.wildfly.channel.Repository>getRepositories()booleanisOffline()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-