Class FunctionAlreadyExistException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.table.catalog.exceptions.FunctionAlreadyExistException
-
- All Implemented Interfaces:
Serializable
@PublicEvolving public class FunctionAlreadyExistException extends Exception
Exception for trying to create a function that already exists.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FunctionAlreadyExistException(String catalogName, ObjectPath functionPath)
FunctionAlreadyExistException(String catalogName, ObjectPath functionPath, 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
-
FunctionAlreadyExistException
public FunctionAlreadyExistException(String catalogName, ObjectPath functionPath)
-
FunctionAlreadyExistException
public FunctionAlreadyExistException(String catalogName, ObjectPath functionPath, Throwable cause)
-
-