Class FieldValueCloningErrorException

All Implemented Interfaces:
Serializable

public class FieldValueCloningErrorException extends EngineInternalSpaceException
This exception is thrown when a field-value cannot be cloned. Cloning (either by using clone() method if supported or by marshaling and unmarshaling is done in order to protect space data structures for enbedded References fields changing a duplicate value for unique index
Version:
8.04
Author:
Yechiel
See Also:
  • Constructor Details

    • FieldValueCloningErrorException

      public FieldValueCloningErrorException(String uid, String classname, String field_className, Object value, Exception cause)
      Constructor.
      Parameters:
      uid - the entry UID
      classname - entry class name
      field_className - field class name
  • Method Details

    • getUID

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

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

      public String getFieldClassName()
    • getValue

      public Object getValue()
    • getCause

      public Exception getCause()
      Overrides:
      getCause in class Throwable