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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModelAlreadyExistException(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 Detail
-
ModelAlreadyExistException
public ModelAlreadyExistException(String catalogName, ObjectPath modelPath)
-
ModelAlreadyExistException
public ModelAlreadyExistException(String catalogName, ObjectPath modelPath, Throwable cause)
-
-