Package io.deephaven

Class ElementExistsException

All Implemented Interfaces:
Serializable

public class ElementExistsException extends UncheckedDeephavenException
Exception thrown when an element already exists, generally when attempting to add an element that is already present.
See Also: