public class DeadlineExceededException extends ApiException
Exception thrown when deadline expired before operation could complete. For operations that change the state of the system, this error may be returned even if the operation has completed successfully. For example, a successful response from a server could have been delayed long enough for the deadline to expire.
Constructors
DeadlineExceededException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
public DeadlineExceededException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
Parameters | |
---|---|
Name | Description |
message | String |
cause | Throwable |
statusCode | StatusCode |
retryable | boolean |
DeadlineExceededException(Throwable cause, StatusCode statusCode, boolean retryable)
public DeadlineExceededException(Throwable cause, StatusCode statusCode, boolean retryable)
Parameters | |
---|---|
Name | Description |
cause | Throwable |
statusCode | StatusCode |
retryable | boolean |
DeadlineExceededException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)
public DeadlineExceededException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)
Parameters | |
---|---|
Name | Description |
cause | Throwable |
statusCode | StatusCode |
retryable | boolean |
errorDetails | ErrorDetails |