Class DependencyGraphBuilderException

  • All Implemented Interfaces:
    Serializable

    public class DependencyGraphBuilderException
    extends Exception
    Indicates that a Maven project's dependency graph cannot be resolved.
    Since:
    2.0
    Author:
    Hervé Boutemy
    See Also:
    Serialized Form
    • Constructor Detail

      • DependencyGraphBuilderException

        public DependencyGraphBuilderException​(String message)
        Parameters:
        message - Message indicating why dependency graph could not be resolved.
      • DependencyGraphBuilderException

        public DependencyGraphBuilderException​(String message,
                                               Throwable cause)
        Parameters:
        message - Message indicating why dependency graph could not be resolved.
        cause - Throwable indicating at which point the graph failed to be resolved.