Class DatabaseNotExistException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.table.catalog.exceptions.DatabaseNotExistException
-
- All Implemented Interfaces:
Serializable
@PublicEvolving public class DatabaseNotExistException extends Exception
Exception for trying to operate on a database that doesn't exist.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DatabaseNotExistException(String catalogName, String databaseName)
DatabaseNotExistException(String catalogName, String databaseName, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-