Package com.clickhouse.client.api
Class TransportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.clickhouse.client.api.ClickHouseException
com.clickhouse.client.api.TransportException
- All Implemented Interfaces:
Serializable
Transport-layer exception that is hard to categorize as connection initiation or data transfer.
These exceptions are not retryable by default.
Main purpose of this exception is to wrap transport-specific failures (e.g., SSL errors).
- See Also:
-
Field Summary
Fields inherited from class com.clickhouse.client.api.ClickHouseException
isRetryable, queryId -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.clickhouse.client.api.ClickHouseException
getQueryId, isRetryable, setQueryIdMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransportException
-