Class StreamNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wildfly.prospero.api.exceptions.OperationException
org.wildfly.prospero.api.exceptions.ArtifactResolutionException
org.wildfly.prospero.api.exceptions.StreamNotFoundException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStreamNotFoundException(String msg, Throwable cause, Set<org.wildfly.channel.ArtifactCoordinate> missingArtifacts, Set<org.wildfly.channel.Repository> repositories, boolean offline) -
Method Summary
Methods inherited from class org.wildfly.prospero.api.exceptions.ArtifactResolutionException
getMissingArtifacts, getRepositories, isOfflineMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StreamNotFoundException
-