org.gradle.tooling
Class GradleConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.gradle.tooling.GradleConnectionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BuildException, UnsupportedVersionException

public class GradleConnectionException
extends RuntimeException

Thrown when there is some problem using a Gradle connection.

See Also:
Serialized Form

Constructor Summary
GradleConnectionException(String message)
           
GradleConnectionException(String message, Throwable throwable)
           
 
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

GradleConnectionException

public GradleConnectionException(String message)

GradleConnectionException

public GradleConnectionException(String message,
                                 Throwable throwable)