public class DependencyResolverException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Modifier | Constructor and Description |
---|---|
protected |
DependencyResolverException(java.lang.Exception cause) |
|
DependencyResolverException(java.lang.String message,
java.lang.Exception e) |
Modifier and Type | Method and Description |
---|---|
DependencyResult |
getResult() |
private static final long serialVersionUID
protected DependencyResolverException(java.lang.Exception cause)
cause
- The cause
of the problem.public DependencyResolverException(java.lang.String message, java.lang.Exception e)
message
- The message to give.e
- The Exception
.public DependencyResult getResult()
DependencyResult