public final class ExceptionUtils extends Object
Constructor and Description |
---|
ExceptionUtils() |
Modifier and Type | Method and Description |
---|---|
static CompletionException |
completionException(ExceptionCode exceptionCode,
String description) |
static <T> CompletableFuture<T> |
exceptionalFuture(ExceptionCode exceptionCode,
String description) |
public static final <T> CompletableFuture<T> exceptionalFuture(ExceptionCode exceptionCode, String description)
public static final CompletionException completionException(ExceptionCode exceptionCode, String description)
Copyright © 2020. All rights reserved.