Class StacklessCompletionException

All Implemented Interfaces:
Serializable

@Internal public class StacklessCompletionException extends CompletionException
Internal optimisation to avoid the cost of completableFuture.completeExceptionally() creating a CompletionException (including expensive stack creation).
See Also: