Class UnsupportedVersionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnknownModelException, UnsupportedOperationConfigurationException

public class UnsupportedVersionException extends GradleConnectionException
Thrown when the target Gradle version does not support a particular feature.
Since:
1.0-milestone-3
See Also:
  • Constructor Details

    • UnsupportedVersionException

      public UnsupportedVersionException(String message)
    • UnsupportedVersionException

      public UnsupportedVersionException(String message, Throwable cause)