Class AlreadyExistsException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CatalogAlreadyExistsException, FilesetAlreadyExistsException, GroupAlreadyExistsException, JobTemplateAlreadyExistsException, MetalakeAlreadyExistsException, ModelAlreadyExistsException, ModelVersionAliasesAlreadyExistException, PartitionAlreadyExistsException, PolicyAlreadyAssociatedException, PolicyAlreadyExistsException, RoleAlreadyExistsException, SchemaAlreadyExistsException, TableAlreadyExistsException, TagAlreadyAssociatedException, TagAlreadyExistsException, TopicAlreadyExistsException, UserAlreadyExistsException

public class AlreadyExistsException extends GravitinoRuntimeException
An exception thrown when an entity or resource already exists.
See Also:
  • Constructor Details

    • AlreadyExistsException

      @FormatMethod public AlreadyExistsException(@FormatString String message, Object... args)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message.
      args - the arguments to the message.
    • AlreadyExistsException

      @FormatMethod public AlreadyExistsException(Throwable cause, @FormatString String message, Object... args)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      cause - the cause.
      message - the detail message.
      args - the arguments to the message.