Class TransportException

All Implemented Interfaces:
Serializable

public class TransportException extends ClickHouseException
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:
  • Constructor Details