Class CatalogNotFoundException
Object
Throwable
Exception
org.apache.spark.SparkException
org.apache.spark.sql.connector.catalog.CatalogNotFoundException
- All Implemented Interfaces:
Serializable,SparkThrowable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCatalogNotFoundException(String errorClass, scala.collection.immutable.Map<String, String> messageParameters) CatalogNotFoundException(String errorClass, scala.collection.immutable.Map<String, String> messageParameters, Throwable cause) -
Method Summary
Methods inherited from class org.apache.spark.SparkException
constructMessageParams, getCondition, getMessageParameters, getQueryContext, internalError, internalError, internalError, internalError, internalError, requireMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.spark.SparkThrowable
getErrorClass, getSqlState, isInternalError
-
Constructor Details
-
CatalogNotFoundException
-
CatalogNotFoundException
-