Package io.quarkus.bom.resolver
Class ArtifactNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.quarkus.bom.resolver.ArtifactNotFoundException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionArtifactNotFoundException(String message) ArtifactNotFoundException(String message, Throwable cause) ArtifactNotFoundException(org.eclipse.aether.artifact.Artifact a) ArtifactNotFoundException(org.eclipse.aether.artifact.Artifact a, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ArtifactNotFoundException
-
ArtifactNotFoundException
-
ArtifactNotFoundException
public ArtifactNotFoundException(org.eclipse.aether.artifact.Artifact a) -
ArtifactNotFoundException
-