Class FunctionNotExistException

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

@PublicEvolving public class FunctionNotExistException extends Exception
Exception for trying to operate on a function that doesn't exist.
See Also:
  • Constructor Details

    • FunctionNotExistException

      public FunctionNotExistException(String catalogName, ObjectPath functionPath)
    • FunctionNotExistException

      public FunctionNotExistException(String catalogName, ObjectPath functionPath, Throwable cause)