Package com.j_spaces.core.client
Class FieldValueCloningErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.jini.space.InternalSpaceException
com.j_spaces.core.exception.internal.EngineInternalSpaceException
com.j_spaces.core.client.FieldValueCloningErrorException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Method Details