All Implemented Interfaces:
Serializable

public class NameConflictException extends InvalidParameterException
Exception thrown when there is a conflict in Apache Atlas names.
See Also:
  • Constructor Details

    • NameConflictException

      public NameConflictException(ExceptionMessageDefinition messageDefinition, String className, String actionDescription, String parameterName, Exception error)
      This is the typical constructor used for creating an exception.
      Parameters:
      messageDefinition - content of message
      className - name of class reporting error
      actionDescription - description of function it was performing when error detected
      parameterName - name of the invalid parameter if known
      error - original exception