Uses of Class
com.couchbase.client.core.error.ConfigException
-
Packages that use ConfigException Package Description com.couchbase.client.core.error -
-
Uses of ConfigException in com.couchbase.client.core.error
Subclasses of ConfigException in com.couchbase.client.core.error Modifier and Type Class Description class
BucketNotFoundDuringLoadException
Exception raised if during config load the bucket is not found (think: http 404).class
BucketNotReadyDuringLoadException
Exception raised if during config load the bucket is found, but not deemed ready yet.class
GlobalConfigNotFoundException
Exception thrown if global configs are supported but the server tells the client that there is currently non available.class
SeedNodeOutdatedException
Used to signal that the seed node used for an operation is outdated and might need to be refreshed.class
UnsupportedConfigMechanismException
-