TooManyForeignKeysException |
public class TooManyForeignKeysException extends JDOFatalDataStoreException (Code) |
| A TooManyForeignKeysException is thrown when trying to add a foreign
key to a table and the table already has the maximum allowed number of
foreign keys.
author: Mike Martin version: $Revision: 1.3 $ See Also: ForeignKeyIdentifier |