Class DuplicateIndexValueException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.j_spaces.core.client.DuplicateIndexValueException
All Implemented Interfaces:
Serializable

public class DuplicateIndexValueException extends RuntimeException implements Serializable
This exception is thrown when a write or update operation encounters a duplicate value for unique index
Version:
7.0
Author:
Yechiel
See Also:
  • Constructor Details

    • DuplicateIndexValueException

      public DuplicateIndexValueException(String uid, String classname, String indexName, Object value, String otherUid)
  • Method Details

    • getUID

      public String getUID()
      Returns the rejected entry UID.
    • getClassName

      public String getClassName()
      Returns the rejected entry class name.
      Since:
      5.0
    • getValue

      public Object getValue()
    • getIndexName

      public String getIndexName()