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 webpage details the `FailedPreconditionException` class within the Google API Client Libraries for Java, with version 2.55.0 being the currently viewed version."],["The `FailedPreconditionException` extends `ApiException` and is thrown when an operation is rejected because the system is not in the correct state."],["The class provides three constructors to initialize instances of the `FailedPreconditionException`, allowing various parameters like a message, a cause, status code, retryability, and error details."],["A list of available versions is available, with the latest being 2.63.1 and the oldest being 2.7.1, and these versions provide links to the respective `FailedPreconditionException` documentation."],["The `FailedPreconditionException` class inherits multiple methods from both `ApiException` and `Throwable` including methods for handling error information and stack traces."]]],[]]