Class ModelNotExistException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.table.catalog.exceptions.ModelNotExistException
-
- All Implemented Interfaces:
Serializable
@PublicEvolving public class ModelNotExistException extends Exception
Exception for trying to operate on a model that doesn't exist.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModelNotExistException(String catalogName, ObjectPath modelPath)
ModelNotExistException(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
-
ModelNotExistException
public ModelNotExistException(String catalogName, ObjectPath modelPath)
-
ModelNotExistException
public ModelNotExistException(String catalogName, ObjectPath modelPath, Throwable cause)
-
-