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