Returns an array containing all of the exceptions that were
suppressed, typically by the try-with-resources
statement, in order to deliver this exception.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[],["The `AlreadyBoundException` is an unchecked exception thrown when attempting to bind a network-oriented channel that is already bound. It extends `IllegalStateException`. The class provides a constructor to create an instance of the exception. It inherits methods from `Throwable` to manage the exception's stack trace, cause, suppressed exceptions, and message. Methods are inherited from `Object` to manage object comparison, cloning, hashcode, thread notification, and getting the object class.\n"]]