Class 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 Detail

      • CircularKeyReferenceException

        public CircularKeyReferenceException​(IntegrationObjectItemAttributeModel attr)
        Instantiates this exception.
        Parameters:
        attr - an invalid key attribute model
    • Method Detail

      • getReferencedType

        public java.lang.String getReferencedType()
        Retrieves integration item code, to which the loop is formed.
        Returns:
        code of the integration item, to which the invalid attribute references.