public class UnknownExperimentException extends OptimizelyRuntimeException
Experiment that isn't present in the current
ProjectConfig.
This may occur if code changes are made prior to the experiment being setup in the Optimizely application.
| Constructor and Description |
|---|
UnknownExperimentException(java.lang.String message) |
UnknownExperimentException(java.lang.String message,
java.lang.Throwable cause) |