Uses of Class
com.sap.cloud.sdk.cloudplatform.thread.exception.ThreadContextPropertyException
Package
Description
-
Uses of ThreadContextPropertyException in com.sap.cloud.sdk.cloudplatform.thread
Modifier and TypeMethodDescriptiondefault void
ThreadContext.setProperty
(String name, Property<?> value) Set a value for the property for the given name, independent whether it has been set before.void
DefaultThreadContext.setPropertyIfAbsent
(String name, Property<?> value) void
ThreadContext.setPropertyIfAbsent
(String name, Property<?> value) Sets a value for the property for the given name, if it has not been set before.default void
ThreadContext.setPropertyIfAbsent
(String name, Callable<Property<?>> valueGenerator) Sets a value for the property for the given name, if it has not been set before. -
Uses of ThreadContextPropertyException in com.sap.cloud.sdk.cloudplatform.thread.exception
Modifier and TypeClassDescriptionclass
Exception indicating a ThreadContext property not being found.