public class InvalidWorklistItemStateException
extends java.lang.Exception
AVAILABLE, ASSIGNED and
SUSPENDED.WorklistConstants.WorklistItemState,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
worklistItemState
The state in which the worklist item currently is and which prevents a
desired action.
|
| Constructor and Description |
|---|
InvalidWorklistItemStateException(java.lang.String worklistItemState)
Constructs a new
InvalidWorklistItemStateException which
encapsulates a string representing the current state of the worklist item. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getWorklistItemState()
Returns the state the worklist item is in and that prevents the desired
action.
|
protected java.lang.String worklistItemState
public InvalidWorklistItemStateException(java.lang.String worklistItemState)
InvalidWorklistItemStateException which
encapsulates a string representing the current state of the worklist item.worklistItemState - A string representing the current state of the
worklist item which prevents a desired action.