Package org.gradle.tooling.exceptions
Class UnsupportedBuildArgumentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.gradle.tooling.GradleConnectionException
-
- org.gradle.tooling.exceptions.UnsupportedBuildArgumentException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedBuildArgumentException extends GradleConnectionException
Thrown when theLongRunningOperation
has been configured with unsupported build arguments. For more information see theLongRunningOperation.withArguments(String...)
method.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedBuildArgumentException(java.lang.String message)
UnsupportedBuildArgumentException(java.lang.String message, java.lang.Throwable cause)
-