All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tech.mlsql.arrow.python.PyJavaException.scala Maven / Gradle / Ivy

package tech.mlsql.arrow.python

/**
  * 2019-08-15 WilliamZhu([email protected])
  */
class PyJavaException(message: String, cause: Throwable)
  extends Exception(message, cause) {

  def this(message: String) = this(message, null)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy