org.gradle.tooling.exceptions
Class UnsupportedOperationConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.gradle.tooling.GradleConnectionException
                  extended by org.gradle.tooling.UnsupportedVersionException
                      extended by org.gradle.tooling.exceptions.UnsupportedOperationConfigurationException
All Implemented Interfaces:
Serializable

public class UnsupportedOperationConfigurationException
extends UnsupportedVersionException

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-rc-1
See Also:
Serialized Form

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

UnsupportedOperationConfigurationException

public UnsupportedOperationConfigurationException(String message)

UnsupportedOperationConfigurationException

public UnsupportedOperationConfigurationException(String message,
                                                  Throwable cause)