Class ModelAlreadyExistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.table.catalog.exceptions.ModelAlreadyExistException
- All Implemented Interfaces:
Serializable
Exception for trying to create a model that already exists.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionModelAlreadyExistException(String catalogName, ObjectPath modelPath) ModelAlreadyExistException(String catalogName, ObjectPath modelPath, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ModelAlreadyExistException
-
ModelAlreadyExistException
-