Uses of Class
ru.yandex.clickhouse.except.ClickHouseException
-
Packages that use ClickHouseException Package Description ru.yandex.clickhouse ru.yandex.clickhouse.except -
-
Uses of ClickHouseException in ru.yandex.clickhouse
Methods in ru.yandex.clickhouse that throw ClickHouseException Modifier and Type Method Description ClickHouseConnectionClickHouseStatementImpl. getConnection()voidClickHouseStatementImpl. sendStream(org.apache.http.HttpEntity content, String sql)Deprecated.voidClickHouseStatementImpl. sendStream(org.apache.http.HttpEntity content, String sql, Map<ClickHouseQueryParam,String> additionalDBParams)Deprecated.protected ResultSetClickHouseStatementImpl. updateResult(ClickHouseSqlStatement stmt, InputStream is) -
Uses of ClickHouseException in ru.yandex.clickhouse.except
Subclasses of ClickHouseException in ru.yandex.clickhouse.except Modifier and Type Class Description classClickHouseUnknownExceptionMethods in ru.yandex.clickhouse.except that return ClickHouseException Modifier and Type Method Description static ClickHouseExceptionClickHouseExceptionSpecifier. specify(String clickHouseMessage)static ClickHouseExceptionClickHouseExceptionSpecifier. specify(String clickHouseMessage, String host, int port)static ClickHouseExceptionClickHouseExceptionSpecifier. specify(Throwable cause, String host, int port)
-