org.gradle.api.artifacts
Class ResolveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.gradle.api.GradleException
                  extended by org.gradle.api.artifacts.ResolveException
All Implemented Interfaces:
Serializable

public class ResolveException
extends GradleException

A ResolveException is thrown when a dependency configuration cannot be resolved for some reason.

See Also:
Serialized Form

Constructor Summary
ResolveException(Configuration configuration, String message)
           
ResolveException(Configuration configuration, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResolveException

public ResolveException(Configuration configuration,
                        String message)

ResolveException

public ResolveException(Configuration configuration,
                        Throwable cause)