public class DependencyGraphBuilderException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
DependencyGraphBuilderException(java.lang.String message) |
DependencyGraphBuilderException(java.lang.String message,
java.lang.Throwable cause) |
private static final long serialVersionUID
public DependencyGraphBuilderException(java.lang.String message)
message - Message indicating why dependency graph could not be resolved.public DependencyGraphBuilderException(java.lang.String message,
java.lang.Throwable cause)
message - Message indicating why dependency graph could not be resolved.cause - Throwable indicating at which point the graph failed to be resolved.