Class AttributeDefinitionExistsException

All Implemented Interfaces:
Serializable

public class AttributeDefinitionExistsException extends EntityExistsException
Attribute already exists in underlying data source. Thrown when creating attribute that already exists.
See Also:
  • Constructor Details

    • AttributeDefinitionExistsException

      public AttributeDefinitionExistsException(String message, AttributeDefinition attributeDefinition, Throwable cause)
      Parameters:
      message - message with details about the cause
      attributeDefinition - attribute that already exists
      cause - Throwable that caused throwing of this exception
  • Method Details

    • getAttributeDefinition

      public AttributeDefinition getAttributeDefinition()
      Getter for the attribute that already exists
      Returns:
      attribute that already exists