public class ConflictingUpdateException extends PropertyVetoException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
ConflictingUpdateException(java.lang.Object[] vars)
Constructor.
|
ConflictingUpdateException(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 ConflictingUpdateException(java.lang.Object[] vars)
vars
- See ConflictingUpdateException(Object[], Throwable)
public ConflictingUpdateException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 2 substitution variables for
CWTKA0116E: The ''{0}'' and ''{1}'' properties cannot be updated at the same time.cause
- The exception that was thrown.