Class TableNotExistException

  • All Implemented Interfaces:
    Serializable

    @PublicEvolving
    public class TableNotExistException
    extends Exception
    Exception for trying to operate on a table (or view) that doesn't exist.
    See Also:
    Serialized Form
    • Constructor Detail

      • TableNotExistException

        public TableNotExistException​(String catalogName,
                                      ObjectPath tablePath)