| com.triactive.jdo.store.TooManyIndicesException
TooManyIndicesException | public class TooManyIndicesException extends JDOFatalDataStoreException (Code) | | A TooManyIndicesException is thrown when trying to add an index
to a table and the table already has the maximum allowed number of indices.
author: Mike Martin version: $Revision: 1.3 $ See Also: IndexIdentifier |
TooManyIndicesException | public TooManyIndicesException(BaseTable table)(Code) | | Constructs a too-many-indices exception.
Parameters: table - The table that already has the maximum allowed number ofindices. |
|
|