public class StaffServiceVMMEntityPropertyIsNotInSchemaException extends TaskException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
StaffServiceVMMEntityPropertyIsNotInSchemaException(java.lang.Object[] vars)
Constructor.
|
StaffServiceVMMEntityPropertyIsNotInSchemaException(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 StaffServiceVMMEntityPropertyIsNotInSchemaException(java.lang.Object[] vars)
vars
- See StaffServiceVMMEntityPropertyIsNotInSchemaException(Object[], Throwable)
public StaffServiceVMMEntityPropertyIsNotInSchemaException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 3 substitution variables for
CWTKA0106E: The property ''{0}'' of type ''{1}'' is not defined for the Virtual Member Manager (VMM) entity type ''{2}''.cause
- The exception that was thrown.