Class DatabaseAlreadyExistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.table.catalog.exceptions.DatabaseAlreadyExistException
- All Implemented Interfaces:
Serializable
Exception for trying to create a database that already exists.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDatabaseAlreadyExistException(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
-
Constructor Details
-
DatabaseAlreadyExistException
-
DatabaseAlreadyExistException
-