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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The content focuses on the `FailedPreconditionException` class within the Google API client library for Java, specifically within the `com.google.api.gax.rpc` package."],["`FailedPreconditionException` is thrown when an operation fails because the system isn't in the correct state, such as trying to delete a non-empty directory."],["The document details various versions of `FailedPreconditionException`, ranging from version 2.7.1 up to the latest version, 2.63.1, highlighting different iterations and updates to this class."],["`FailedPreconditionException` extends `ApiException` and inherits from a chain of classes including `RuntimeException`, `Exception`, `Throwable`, and `Object`, with a list of inherited members provided."],["There are two constructors for `FailedPreconditionException` to handle varying ways to create the exception, one constructor taking a `String` message and the other not, but both require a `Throwable` cause, `StatusCode`, and a boolean determining if it is `retryable`."]]],[]]