Class TooManyForeignKeysException

  • All Implemented Interfaces:
    Serializable

    public class TooManyForeignKeysException
    extends org.datanucleus.exceptions.NucleusDataStoreException
    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.
    See Also:
    Serialized Form
    • Constructor Detail

      • TooManyForeignKeysException

        public TooManyForeignKeysException​(DatastoreAdapter dba,
                                           String table_name)
        Constructs a too-many-foreign-keys exception.
        Parameters:
        dba - the database adapter
        table_name - Name of the table with too many FKs