Class 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
See Also:
  • Constructor Details

    • UnsupportedOperationConfigurationException

      public UnsupportedOperationConfigurationException(String message)
    • UnsupportedOperationConfigurationException

      public UnsupportedOperationConfigurationException(String message, Throwable cause)