Class VersionResolverFailureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
network.ike.plugin.support.version.VersionResolverFailureException
All Implemented Interfaces:
Serializable

public class VersionResolverFailureException extends RuntimeException
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 Details

    • VersionResolverFailureException

      public VersionResolverFailureException(String message, Throwable cause)
      Construct with a message and underlying cause.
      Parameters:
      message - detail message
      cause - underlying cause (network, resolver, etc.)