Class CatalogException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.flink.table.catalog.exceptions.CatalogException
All Implemented Interfaces:
Serializable

@PublicEvolving public class CatalogException extends RuntimeException
A catalog-related, runtime exception.
See Also:
  • Constructor Details

    • CatalogException

      public CatalogException(String message)
      Parameters:
      message - the detail message.
    • CatalogException

      public CatalogException(Throwable cause)
      Parameters:
      cause - the cause.
    • CatalogException

      public CatalogException(String message, Throwable cause)
      Parameters:
      message - the detail message.
      cause - the cause.