org.gradle.tooling.model
Class IncompatibleVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
org.gradle.tooling.model.IncompatibleVersionException
- All Implemented Interfaces:
- Serializable
public class IncompatibleVersionException
- extends UnsupportedOperationException
Thrown when the tooling api client client attempts to use a method that does not exist
in the version of gradle the tooling api is connected to.
Typically, to resolve such problem you change/upgrade the target version of Gradle the tooling api is connected to.
Alternatively, you can handle and ignore this exception.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IncompatibleVersionException
public IncompatibleVersionException(String s)
IncompatibleVersionException
public IncompatibleVersionException(String message,
Throwable cause)