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:
- Serializable
Thrown when the 
LongRunningOperation has been configured
 with unsupported build arguments. For more information see the
 LongRunningOperation.withArguments(String...) method.- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionUnsupportedBuildArgumentException(String message) UnsupportedBuildArgumentException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class org.gradle.tooling.GradleConnectionExceptiongetFailuresMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
UnsupportedBuildArgumentException
- 
UnsupportedBuildArgumentException
 
-