Class TooManyIndicesException

  • All Implemented Interfaces:
    Serializable

    public class TooManyIndicesException
    extends org.datanucleus.exceptions.NucleusDataStoreException
    A TooManyIndicesException is thrown when trying to add an index to a table and the table already has the maximum allowed number of indices.
    See Also:
    Serialized Form
    • Constructor Detail

      • TooManyIndicesException

        public TooManyIndicesException​(DatastoreAdapter dba,
                                       String tableName)
        Constructs a too-many-indices exception.
        Parameters:
        dba - the database adapter
        tableName - Name of the table with too many indices