Package dev.openfeature.sdk.exceptions
Class OpenFeatureErrorWithoutStacktrace
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.openfeature.sdk.exceptions.OpenFeatureError
dev.openfeature.sdk.exceptions.OpenFeatureErrorWithoutStacktrace
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FlagNotFoundError
,ProviderNotReadyError
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.openfeature.sdk.exceptions.OpenFeatureError
getErrorCode
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OpenFeatureErrorWithoutStacktrace
public OpenFeatureErrorWithoutStacktrace()
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-