Module java.base

Class CompletionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.util.concurrent.CompletionException
All Implemented Interfaces:
Serializable

public class CompletionException extends RuntimeException
Exception thrown when an error or other exception is encountered in the course of completing a result or task.
Since:
1.8
See Also: