Class UnsupportedBuildArgumentException

All Implemented Interfaces:
Serializable

public class UnsupportedBuildArgumentException extends GradleConnectionException
Thrown when the LongRunningOperation has been configured with unsupported build arguments. For more information see the LongRunningOperation.withArguments(String...) method.
See Also:
  • Constructor Details

    • UnsupportedBuildArgumentException

      public UnsupportedBuildArgumentException(String message)
    • UnsupportedBuildArgumentException

      public UnsupportedBuildArgumentException(String message, Throwable cause)