public class FlowExecutionException extends RuntimeException
| Constructor and Description |
|---|
FlowExecutionException(String message) |
FlowExecutionException(String message,
String stepName) |
FlowExecutionException(String message,
Throwable cause) |
FlowExecutionException(String message,
Throwable cause,
String stepName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2020. All rights reserved.