Class DependencyCollectorBuilderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.shared.dependency.graph.DependencyCollectorBuilderException
- All Implemented Interfaces:
Serializable
Indicates an issue with the DependencyCollectorBuilder
- Since:
- 3.1.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
DependencyCollectorBuilderException
- Parameters:
message
- Message indicating why dependency graph could not be resolved.
-
DependencyCollectorBuilderException
- Parameters:
message
- Message indicating why dependency graph could not be resolved.cause
- Throwable indicating at which point the graph failed to be resolved.
-