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.
Since:
1.0
See Also:
  • Constructor Details

    • UnsupportedBuildArgumentException

      public UnsupportedBuildArgumentException(String message)
      Creates a new UnsupportedBuildArgumentException.
      Since:
      1.0
    • UnsupportedBuildArgumentException

      public UnsupportedBuildArgumentException(String message, Throwable cause)
      Creates a new UnsupportedBuildArgumentException.
      Since:
      1.0