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

com.crobox.clickhouse.ClickhouseException.scala Maven / Gradle / Ivy

The newest version!
package com.crobox.clickhouse

import akka.http.scaladsl.model.StatusCode

/**
 * @author Sjoerd Mulder
 * @since 31-03-17
 */
case class ClickhouseException(message: String, query: String, cause: Throwable = null, statusCode: StatusCode)
    extends RuntimeException(message + s", query $query", cause)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy