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
public class StreamNotFoundException extends ArtifactResolutionException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StreamNotFoundException(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, isOffline
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-