public class FlowNodeExecutionException extends ExecutionException
| Constructor and Description |
|---|
FlowNodeExecutionException(String message) |
FlowNodeExecutionException(Throwable cause) |
getCausesPositions, getDefaultMessage, getMessage, getStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic FlowNodeExecutionException(String message)
message - the error message describing why the Flow node failed to execute.public FlowNodeExecutionException(Throwable cause)
cause - the cause of the Flow node failure.Copyright © 2013 BonitaSoft. All Rights Reserved.