Class TableAlreadyExistException

  • All Implemented Interfaces:
    Serializable

    @PublicEvolving
    public class TableAlreadyExistException
    extends Exception
    Exception for trying to create a table (or view) that already exists.
    See Also:
    Serialized Form
    • Constructor Detail

      • TableAlreadyExistException

        public TableAlreadyExistException​(String catalogName,
                                          ObjectPath tablePath)
      • TableAlreadyExistException

        public TableAlreadyExistException​(String catalogName,
                                          ObjectPath tablePath,
                                          Throwable cause)