public class InvalidArgumentException extends ApiException
FailedPreconditionException. This exception indicates arguments that are problematic regardless
of the state of the system (e.g., a malformed file name).| Constructor and Description |
|---|
InvalidArgumentException(String message,
Throwable cause,
StatusCode statusCode,
boolean retryable) |
InvalidArgumentException(Throwable cause,
StatusCode statusCode,
boolean retryable) |
getStatusCode, isRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidArgumentException(Throwable cause, StatusCode statusCode, boolean retryable)
public InvalidArgumentException(String message, Throwable cause, StatusCode statusCode, boolean retryable)