public class InvalidProcessFlowStateException extends AbstractCheckedException
Constructor and Description |
---|
InvalidProcessFlowStateException(String message)
Constructs an
WorkflowException with the specified message. |
InvalidProcessFlowStateException(String message,
ProcessFlowDescriptor.FlowStatus status) |
InvalidProcessFlowStateException(String message,
Throwable cause)
Constructs an
WorkflowException with the specified message and root cause. |
Modifier and Type | Method and Description |
---|---|
ProcessFlowDescriptor.FlowStatus |
getStatus()
Gets the status of the process flow
|
void |
setStatus(ProcessFlowDescriptor.FlowStatus status) |
getLocalizedMessage, getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidProcessFlowStateException(String message)
WorkflowException
with the specified message.message
- the detailed messagepublic InvalidProcessFlowStateException(String message, ProcessFlowDescriptor.FlowStatus status)
public ProcessFlowDescriptor.FlowStatus getStatus()
public void setStatus(ProcessFlowDescriptor.FlowStatus status)
status
- the statusCopyright (c) 2017, SAS Institute Inc., Cary, NC, USA