public class WorkItemNotFoundException extends ObjectDoesNotExistException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
WorkItemNotFoundException(java.lang.Object[] vars)
Constructor.
|
WorkItemNotFoundException(java.lang.Object[] vars,
java.lang.Throwable cause)
Constructor.
|
getCause, getMessage, getMessage, getMessageID, getMessageKey, getMessageVariables, getRootCause, printStackTrace, printStackTrace, printStackTrace
public static final java.lang.String COPYRIGHT
public WorkItemNotFoundException(java.lang.Object[] vars)
vars
- See WorkItemNotFoundException(Object[], Throwable)
public WorkItemNotFoundException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 3 substitution variables for
CWTKA0099E: The work item for the user ''{0}'' and the object ''{1}'' with the assignment reason ''{2}'' was not found.cause
- The exception that was thrown.