@SuppressWarnings("serial") public class DependencyResolutionFailedException extends RuntimeException
Thrown to indicate a failure during dependency resolution.
| Constructor and description |
|---|
DependencyResolutionFailedException(Throwable cause)Creates a new DependencyResolutionFailedException with the given
cause. |
| Methods inherited from class | Name |
|---|---|
class RuntimeException |
addSuppressed, equals, fillInStackTrace, getCause, getClass, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, hashCode, initCause, notify, notifyAll, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString, wait, wait, wait |
Creates a new DependencyResolutionFailedException with the given
cause.
cause - the cause of the resolution failure