Class VersionResolverFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
network.ike.plugin.support.version.VersionResolverFailureException
- All Implemented Interfaces:
Serializable
Thrown when a
CandidateVersionResolver cannot reach its
backing repository or fails to resolve a coordinate.
Surfaced rather than swallowed so the calling goal can render a targeted error — typically a "check your remote repository settings" hint — instead of silently treating an unreachable repository as "no released versions".
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVersionResolverFailureException(String message, Throwable cause) Construct with a message and underlying cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VersionResolverFailureException
-