Class DatabaseNotEmptyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.table.catalog.exceptions.DatabaseNotEmptyException
-
- All Implemented Interfaces:
Serializable
@PublicEvolving public class DatabaseNotEmptyException extends Exception
Exception for trying to drop on a database that is not empty.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DatabaseNotEmptyException(String catalog, String database)DatabaseNotEmptyException(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
-
-