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

io.cequence.pineconescala.PineconeScalaClientException.scala Maven / Gradle / Ivy

package  io.cequence.pineconescala

class PineconeScalaClientException(message: String, cause: Throwable) extends RuntimeException(message, cause) {
  def this(message: String) = this(message, null)
}

class PineconeScalaClientTimeoutException(message: String, cause: Throwable) extends PineconeScalaClientException(message, cause) {
  def this(message: String) = this(message, null)
}

class PineconeScalaClientUnknownHostException(message: String, cause: Throwable) extends PineconeScalaClientException(message, cause) {
  def this(message: String) = this(message, null)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy