public class VariableViolationException extends RuntimeException
Constructor and Description |
---|
VariableViolationException(Long processInstanceId,
String variableName,
String errorMessage) |
Modifier and Type | Method and Description |
---|---|
String |
getErrorMessage()
Returns error message associated with this failure.
|
Long |
getProcessInstanceId()
Returns process instance id of the instance that failed.
|
String |
getVariableName()
Returns variable name that was violated
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public Long getProcessInstanceId()
public String getVariableName()
public String getErrorMessage()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.