Example usage for Java java.util.concurrent CompletionException fields, constructors, methods, implement or subclass
The text is from its open source code.
CompletionException(String message) Constructs a CompletionException with the specified detail message. | |
CompletionException(Throwable cause) Constructs a CompletionException with the specified cause. |
Throwable | getCause() Returns the cause of this throwable or null if the cause is nonexistent or unknown. |