Class DependencyResolutionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.cli.compiler.grape.DependencyResolutionFailedException
- All Implemented Interfaces:
Serializable
Thrown to indicate a failure during dependency resolution.
- Since:
- 1.0.0
- Author:
- Andy Wilkinson
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a newDependencyResolutionFailedException
with the givencause
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DependencyResolutionFailedException
Creates a newDependencyResolutionFailedException
with the givencause
.- Parameters:
cause
- the cause of the resolution failure
-