A WrongPrimaryKeyException is thrown if a table is detected not to
have the expected primary key in the database during schema validation.
author: Mike Martin version: $Revision: 1.3 $ See Also:Column
Constructs a wrong primary key exception.
Parameters: table - The table having the wrong primary key. Parameters: expectedPK - The expected primary key of the table. Parameters: actualPKs - The actual primary key(s) of the table.
Methods inherited from com.triactive.jdo.store.SchemaValidationException