Package org.gradle.tooling.exceptions
Class UnsupportedOperationConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gradle.tooling.GradleConnectionException
org.gradle.tooling.UnsupportedVersionException
org.gradle.tooling.exceptions.UnsupportedOperationConfigurationException
- All Implemented Interfaces:
Serializable
Thrown when a
LongRunningOperation
has been configured
with unsupported settings. For example LongRunningOperation.setJavaHome(java.io.File)
might not be supported by the target Gradle version.- Since:
- 1.0
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.gradle.tooling.GradleConnectionException
getFailures
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedOperationConfigurationException
-
UnsupportedOperationConfigurationException
-