Class InvalidArgumentException

All Implemented Interfaces:
Serializable

public class InvalidArgumentException extends ApiException
Exception thrown when client specified an invalid argument. Note that this differs from FailedPreconditionException. This exception indicates arguments that are problematic regardless of the state of the system (e.g., a malformed file name).
See Also:
  • Constructor Details

    • InvalidArgumentException

      public InvalidArgumentException(Throwable cause, StatusCode statusCode, boolean retryable)
    • InvalidArgumentException

      public InvalidArgumentException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
    • InvalidArgumentException

      public InvalidArgumentException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)