org.gradle.tooling.exceptions
[Java] 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
public class UnsupportedOperationConfigurationException
extends UnsupportedVersionException
Thrown when a LongRunningOperation has been configured
with unsupported settings. For example LongRunningOperation.setJavaHome
might not be supported by the target Gradle version.
- Since:
- 1.0-rc-1
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 |
UnsupportedOperationConfigurationException
public UnsupportedOperationConfigurationException(String message)
-
UnsupportedOperationConfigurationException
public UnsupportedOperationConfigurationException(String message, Throwable cause)
-
Gradle API 1.12