Class ModelAlreadyExistException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.table.catalog.exceptions.ModelAlreadyExistException
All Implemented Interfaces:
Serializable

@PublicEvolving public class ModelAlreadyExistException extends Exception
Exception for trying to create a model that already exists.
See Also:
  • Constructor Details

    • ModelAlreadyExistException

      public ModelAlreadyExistException(String catalogName, ObjectPath modelPath)
    • ModelAlreadyExistException

      public ModelAlreadyExistException(String catalogName, ObjectPath modelPath, Throwable cause)