public final class ClickHouseExceptionSpecifier extends Object
| Modifier and Type | Method and Description |
|---|---|
static ClickHouseException |
specify(String clickHouseMessage,
String host,
int port) |
static ClickHouseException |
specify(String clickHouseMessage,
Throwable cause,
String host,
int port)
Here we expect the ClickHouse error message to be of the following format:
"Code: 10, e.displayText() = DB::Exception: ...".
|
static ClickHouseException |
specify(Throwable cause,
String host,
int port) |
public static ClickHouseException specify(Throwable cause, String host, int port)
public static ClickHouseException specify(String clickHouseMessage, String host, int port)
public static ClickHouseException specify(String clickHouseMessage, Throwable cause, String host, int port)
Copyright © 2016. All rights reserved.