Package com.couchbase.client.core.env
Class InvalidPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.couchbase.client.core.error.CouchbaseException
com.couchbase.client.core.error.InvalidArgumentException
com.couchbase.client.core.env.InvalidPropertyException
- All Implemented Interfaces:
Serializable
Thrown when an environment config property cannot be applied.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic InvalidPropertyException
forProperty
(String propertyName, String propertyValue, Throwable cause) Methods inherited from class com.couchbase.client.core.error.InvalidArgumentException
fromMessage, fromMessage
Methods inherited from class com.couchbase.client.core.error.CouchbaseException
context, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
forProperty
public static InvalidPropertyException forProperty(String propertyName, String propertyValue, Throwable cause) -
propertyName
-
propertyValue
-