Class UnresolvedVersionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.quarkus.bootstrap.resolver.maven.workspace.UnresolvedVersionException
-
- All Implemented Interfaces:
Serializable
public class UnresolvedVersionException extends RuntimeException
Thrown if a "Maven CI Friendly Versions" property in the version could not be resolved.
-
-
Constructor Summary
Constructors Constructor Description UnresolvedVersionException(String message)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UnresolvedVersionExceptionforGa(String groupId, String artifactId, String rawVersion)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnresolvedVersionException
public UnresolvedVersionException(String message)
-
-
Method Detail
-
forGa
public static UnresolvedVersionException forGa(String groupId, String artifactId, String rawVersion)
-
-