Java java.util.concurrent CompletionException fields, constructors, methods, implement or subclass

Example usage for Java java.util.concurrent CompletionException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.util.concurrent CompletionException.

The text is from its open source code.

Constructor

CompletionException(String message)
Constructs a CompletionException with the specified detail message.
CompletionException(Throwable cause)
Constructs a CompletionException with the specified cause.

Method

ThrowablegetCause()
Returns the cause of this throwable or null if the cause is nonexistent or unknown.