public abstract class ClickHouseException extends RuntimeException
Use 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
| Constructor and Description |
|---|
ClickHouseException(String message) |
ClickHouseException(String message,
Throwable cause) |
ClickHouseException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2021. All rights reserved.