Package com.clickhouse.client.api.query
Class NullValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.clickhouse.client.api.ClientException
com.clickhouse.client.api.query.NullValueException
- All Implemented Interfaces:
Serializable
Throw when a null value cannot be returned because of data type.
For example when a primitive type is expected but a null value is received.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNullValueException(String message) NullValueException(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
-
NullValueException
-
NullValueException
-