public class ClickHouseException extends RuntimeException
ClickHouseException internal, wrapped with SQLException only on JDBC interfaces.
throw unchecked exception rather than checked exception.
Please avoid using CheckedException internal. See detail at https://www.artima.com/intv/handcuffs.html.
| Modifier and Type | Field and Description |
|---|---|
protected int |
errCode |
| Constructor and Description |
|---|
ClickHouseException(int errCode,
String message) |
ClickHouseException(int errCode,
String message,
Throwable cause) |
ClickHouseException(int errCode,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
errCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2021. All rights reserved.