Class DependencyGraphBuilderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.shared.dependency.graph.DependencyGraphBuilderException
All Implemented Interfaces:
Serializable

public class DependencyGraphBuilderException extends Exception
Indicates that a Maven project's dependency graph cannot be resolved.
Since:
2.0
See Also:
  • Field Details

  • Constructor Details

    • 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.