public class FailedPreconditionException extends ApiException
Exception thrown when the operation was rejected because the system is not in a state required for the operation's execution. For example, directory to be deleted may be non-empty, an rmdir operation is applied to a non-directory, etc.
Constructors
FailedPreconditionException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
public FailedPreconditionException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
Name | Description |
message | String |
cause | Throwable |
statusCode | StatusCode |
retryable | boolean |
FailedPreconditionException(Throwable cause, StatusCode statusCode, boolean retryable)
public FailedPreconditionException(Throwable cause, StatusCode statusCode, boolean retryable)
Name | Description |
cause | Throwable |
statusCode | StatusCode |
retryable | boolean |