Class DependencyGraphBuilderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.shared.dependency.graph.DependencyGraphBuilderException
-
- All Implemented Interfaces:
java.io.Serializable
public class DependencyGraphBuilderException extends java.lang.Exception
Indicates that a Maven project's dependency graph cannot be resolved.- Since:
- 2.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description DependencyGraphBuilderException(java.lang.String message)
DependencyGraphBuilderException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DependencyGraphBuilderException
public DependencyGraphBuilderException(java.lang.String message)
- Parameters:
message
- Message indicating why dependency graph could not be resolved.
-
DependencyGraphBuilderException
public DependencyGraphBuilderException(java.lang.String message, java.lang.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.
-
-