Package com.clickhouse.client.api
Class ClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.clickhouse.client.api.ClientException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ClientMisconfigurationException,ConnectionInitiationException,DataSerializationException,NoSuchColumnException,NullValueException,SerializerNotFoundException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClientException(String message) ClientException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClientException
-
ClientException
-