[[["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-03-21 UTC."],[[["The `NotFoundException` class in the Google API client library for Java is thrown when a requested entity, like a file or directory, is not found."],["This exception class inherits members from `ApiException`, `Object`, and `Throwable`, providing methods for managing errors, details, and the exception's stack trace."],["There are three constructors available for `NotFoundException`, allowing initialization with or without a custom message, and with or without specific `ErrorDetails`, but always requiring a `Throwable` cause, a `StatusCode`, and a `boolean` indicating if the exception is retryable."],["The document lists numerous previous versions of the `NotFoundException` class, ranging from the latest 2.63.1 back to version 2.7.1, providing a historical view of its development."]]],[]]