Class EntryExistsException

  • All Implemented Interfaces:
    Serializable

    @Deprecated
    public class EntryExistsException
    extends DruidException
    Deprecated.
    Usages of this exception will be replaced by the new DruidException in a future release.
    A non-transient Druid metadata exception thrown when trying to insert a duplicate entry in the metadata.
    See Also:
    Serialized Form
    • Constructor Detail

      • EntryExistsException

        public EntryExistsException​(String entryType,
                                    String entryId)
        Deprecated.
      • EntryExistsException

        public EntryExistsException​(String entryType,
                                    String entryId,
                                    Throwable t)
        Deprecated.