public class MapperException
extends com.datastax.oss.driver.api.core.DriverException
Most configuration issues (e.g. misuse of the annotations) can be detected at compile-time, and will be reported as compiler errors instead. This exception is reserved for things that can only be checked at runtime, for example session state (protocol version, schema, etc).
DriverException.getExecutionInfo()
always returns null
for this type.
Constructor and Description |
---|
MapperException(String message) |
MapperException(String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
com.datastax.oss.driver.api.core.DriverException |
copy() |
getExecutionInfo, setExecutionInfo
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MapperException(@NonNull String message)
Copyright © 2017–2025. All rights reserved.