Class CircularKeyReferenceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.integrationservices.exception.IntegrationAttributeException
-
- de.hybris.platform.integrationservices.exception.CircularKeyReferenceException
-
- All Implemented Interfaces:
java.io.Serializable
public class CircularKeyReferenceException extends IntegrationAttributeException
Indicates that an integration object item has a key defined so, that at least one of the key attribute references forms a loop. For example, type A key depends on type B, which has a key attribute referring type A.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CircularKeyReferenceException(IntegrationObjectItemAttributeModel attr)Instantiates this exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetReferencedType()Retrieves integration item code, to which the loop is formed.-
Methods inherited from class de.hybris.platform.integrationservices.exception.IntegrationAttributeException
getAttributeDescriptor, getAttributeName, getIntegrationItemCode
-
-
-
-
Constructor Detail
-
CircularKeyReferenceException
public CircularKeyReferenceException(IntegrationObjectItemAttributeModel attr)
Instantiates this exception.- Parameters:
attr- an invalid key attribute model
-
-