Class NoSuchProcedureException

  • All Implemented Interfaces:
    java.io.Serializable, org.apache.spark.SparkThrowable, scala.Serializable

    public class NoSuchProcedureException
    extends org.apache.spark.sql.AnalysisException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NoSuchProcedureException​(org.apache.spark.sql.connector.catalog.Identifier ident)  
    • Method Summary

      • Methods inherited from class org.apache.spark.sql.AnalysisException

        cause, copy, copy$default$1, copy$default$2, copy$default$3, copy$default$4, copy$default$5, copy$default$6, copy$default$7, errorClass, getErrorClass, getMessage, getSimpleMessage, getSqlState, line, message, messageParameters, plan, startPosition, withPosition
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NoSuchProcedureException

        public NoSuchProcedureException​(org.apache.spark.sql.connector.catalog.Identifier ident)