Class TooManyIndicesException

  • All Implemented Interfaces:
    java.io.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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Method Summary

      • Methods inherited from class org.datanucleus.exceptions.NucleusException

        getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedException
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TooManyIndicesException

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