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:
  • Constructor Details

    • ArtifactNotFoundException

      public ArtifactNotFoundException(String message, Throwable cause)
    • 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)