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