public class DependencyResolutionException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
DependencyResolutionException(java.lang.String message,
java.lang.Throwable cause)
Creates a new exception with the specified result, detail message and cause.
|
DependencyResolutionException(java.lang.Throwable cause)
Creates a new exception with the specified result and cause.
|
public DependencyResolutionException(java.lang.Throwable cause)
cause - The exception that caused this one, may be null.public DependencyResolutionException(java.lang.String message,
java.lang.Throwable cause)
message - The detail message, may be null.cause - The exception that caused this one, may be null.