Returns an array containing all of the exceptions that were
suppressed, typically by the try-with-resources
statement, in order to deliver this exception.
Constructs a CompletionException with the specified cause.
The detail message is set to (cause == null ? null :
cause.toString()) (which typically contains the class and
detail message of cause).
Parameters
cause
the cause (which is saved for later retrieval by the
Throwable.getCause() method)
Protected Constructors
protected
CompletionException()
Constructs a CompletionException with no detail message.
The cause is not initialized, and may subsequently be
initialized by a call to initCause.
Constructs a CompletionException with the specified detail
message. The cause is not initialized, and may subsequently be
initialized by a call to initCause.
[[["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."],[],[]]