Groovy Documentation

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


Constructor Summary
UnsupportedOperationConfigurationException(String message)

UnsupportedOperationConfigurationException(String message, Throwable cause)

 
Method Summary
 
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
 

Constructor Detail

UnsupportedOperationConfigurationException

public UnsupportedOperationConfigurationException(String message)


UnsupportedOperationConfigurationException

public UnsupportedOperationConfigurationException(String message, Throwable cause)


 

Gradle API 1.8