Uses of Class
com.sap.cloud.sdk.cloudplatform.thread.exception.ThreadContextPropertyException
Packages that use ThreadContextPropertyException
Package
Description
- 
Uses of ThreadContextPropertyException in com.sap.cloud.sdk.cloudplatform.thread
Methods in com.sap.cloud.sdk.cloudplatform.thread that throw ThreadContextPropertyExceptionModifier and TypeMethodDescriptiondefault voidThreadContext.setProperty(String name, Property<?> value) Set a value for the property for the given name, independent whether it has been set before.voidDefaultThreadContext.setPropertyIfAbsent(String name, Property<?> value) voidThreadContext.setPropertyIfAbsent(String name, Property<?> value) Sets a value for the property for the given name, if it has not been set before.default voidThreadContext.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 TypeClassDescriptionclassException indicating a ThreadContext property not being found.