Class SqlExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.flink.table.gateway.service.utils.SqlExecutionException
All Implemented Interfaces:
Serializable

public class SqlExecutionException extends RuntimeException
Exception thrown during the execution.
See Also:
  • Constructor Details

    • SqlExecutionException

      public SqlExecutionException(String message)
    • SqlExecutionException

      public SqlExecutionException(String message, Throwable e)