public class QueryInteractionFilterWithMissingSourceAttributeException extends TaskException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
QueryInteractionFilterWithMissingSourceAttributeException(java.lang.Object[] vars)
Constructor.
|
QueryInteractionFilterWithMissingSourceAttributeException(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 QueryInteractionFilterWithMissingSourceAttributeException(java.lang.Object[] vars)
vars
- See QueryInteractionFilterWithMissingSourceAttributeException(Object[], Throwable)
public QueryInteractionFilterWithMissingSourceAttributeException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 3 substitution variables for
CWTKA0160E: The interaction filter value ''{0}'' cannot be used for the query ''{1}''. A required source attribute ''{2}'' is not defined.cause
- The exception that was thrown.