public class FlowCompletionException extends RuntimeException
CompletionException in CompletableFuture calls| Constructor and Description |
|---|
FlowCompletionException(String message) |
FlowCompletionException(String message,
Throwable t) |
FlowCompletionException(Throwable t)
If an exception was raised from within a stage, this will be the wrapped cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2021. All rights reserved.