public class ProcessFlowException extends AbstractCheckedException
Constructor and Description |
---|
ProcessFlowException(String message)
Constructs an
WorkflowException with the specified message. |
ProcessFlowException(String message,
String localizedMessage) |
ProcessFlowException(String message,
String localizedMessage,
Throwable cause) |
ProcessFlowException(String message,
Throwable cause)
Constructs an
WorkflowException with the specified message and root cause. |
getLocalizedMessage, getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProcessFlowException(String message)
WorkflowException
with the specified message.message
- the detailed messagepublic ProcessFlowException(String message, Throwable cause)
WorkflowException
with the specified message and root cause.message
- the detailed messagecause
- the root cause for this exceptionCopyright (c) 2017, SAS Institute Inc., Cary, NC, USA