Class IndexAlreadyExistsException

All Implemented Interfaces:
Serializable

@Deprecated public class IndexAlreadyExistsException extends InvalidDataAccessResourceUsageException
Deprecated.
since Aerospike Server ver. 6.1.0.1. Creating secondary index no longer throws an exception if the index already exists.

Use AerospikeRepository.indexExists(String) for secondary index existence checks.

See Also:
  • Constructor Details

    • IndexAlreadyExistsException

      public IndexAlreadyExistsException(String msg, Throwable cause)
      Deprecated.