Class CircularKeyReferenceException

All Implemented Interfaces:
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:
  • Constructor Details

  • Method Details

    • getReferencedType

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