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-07-17 UTC."],[[["This webpage details the `FailedPreconditionException` class within the Google API Client Libraries for Java, focusing on version 2.19.2 and listing versions as high as 2.63.1 and as low as 2.7.1."],["The `FailedPreconditionException` is thrown when an operation fails due to the system not being in the required state for execution, such as attempting to delete a non-empty directory."],["The class inherits members from `ApiException`, `Object`, and `Throwable`, including methods to get error details, status codes, and handle stack traces."],["Constructors for `FailedPreconditionException` allow for specifying a message, cause, status code, retryable status, and error details when creating an instance of the exception."]]],[]]