[[["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 latest version of the `PollException` class is 2.63.1, with a history of versions available ranging from 2.63.1 down to 2.7.1."],["`PollException` is a subclass of `RuntimeException` in Java, indicating it's an unchecked exception."],["This exception, `PollException`, is thrown when a polling algorithm exceeds its maximum allowed timeout or number of attempts."],["There are two constructors for `PollException`: one with no arguments, which constructs an exception without a detail message, and one that accepts a `String` argument to include a custom detail message."],["`PollException` inherits various methods from the `Object` and `Throwable` classes, such as `clone()`, `equals()`, `getMessage()`, and `printStackTrace()`."]]],[]]