org.gradle.tooling
[Java] Class GradleConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gradle.tooling.GradleConnectionException
public class GradleConnectionException
extends RuntimeException
Thrown when there is some problem using a Gradle connection.
- Since:
- 1.0-milestone-3
Methods inherited from class RuntimeException
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Methods inherited from class Exception
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
GradleConnectionException
public GradleConnectionException(String message)
-
GradleConnectionException
public GradleConnectionException(String message, Throwable throwable)
-
Gradle API 1.12