public final class ExceptionUtils extends Object
Constructor and Description |
---|
ExceptionUtils() |
Modifier and Type | Method and Description |
---|---|
static <T> CompletableFuture<T> |
exceptionalFuture(String msg) |
static <T> CompletableFuture<T> |
exceptionalFuture(Throwable throwable) |
public static final <T> CompletableFuture<T> exceptionalFuture(String msg)
public static final <T> CompletableFuture<T> exceptionalFuture(Throwable throwable)
Copyright © 2019. All rights reserved.