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."],[[["This page documents the `FailedPreconditionException` class within the Google API Client Libraries for Java, with version 2.63.1 being the most recent release, and version 2.43.0 is being viewed."],["`FailedPreconditionException` extends `ApiException` and is thrown when an operation cannot proceed due to the system not being in the correct state, like trying to delete a non-empty directory."],["The documentation lists various versions of the `FailedPreconditionException` class, ranging from 2.63.1 down to 2.7.1, each with a link to its respective documentation."],["The `FailedPreconditionException` class offers multiple constructors to create exceptions, allowing for custom messages, underlying causes, status codes, retryable status, and error details."],["The class inherits several members from `ApiException` and `Object` and `Throwable` like `getDomain()`, `getMetadata()` and `getMessage()`, and each of the inherited members have associated javadocs with links."]]],[]]