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
public class ArtifactNotFoundException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArtifactNotFoundException(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 Detail
-
ArtifactNotFoundException
public ArtifactNotFoundException(String message)
-
ArtifactNotFoundException
public ArtifactNotFoundException(org.eclipse.aether.artifact.Artifact a)
-
ArtifactNotFoundException
public ArtifactNotFoundException(org.eclipse.aether.artifact.Artifact a, Throwable t)
-
-