public class TaskTemplateNotStoppedException extends TaskException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
TaskTemplateNotStoppedException(java.lang.Object[] vars)
Constructor.
|
TaskTemplateNotStoppedException(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 TaskTemplateNotStoppedException(java.lang.Object[] vars)
vars
- See TaskTemplateNotStoppedException(Object[], Throwable)
public TaskTemplateNotStoppedException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 1 substitution variable for
CWTKA0047E: The application ''{0}'' has a task template that is not in the stopped state.cause
- The exception that was thrown.