Package growthbook.sdk.java.exception
Class RetryableFeatureFetchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
growthbook.sdk.java.exception.FeatureFetchException
growthbook.sdk.java.exception.RetryableFeatureFetchException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class growthbook.sdk.java.exception.FeatureFetchException
FeatureFetchException.FeatureFetchErrorCode -
Constructor Summary
ConstructorsConstructorDescriptionRetryableFeatureFetchException(FeatureFetchException.FeatureFetchErrorCode errorCode, String errorMessage) RetryableFeatureFetchException(FeatureFetchException.FeatureFetchErrorCode errorCode, String errorMessage, Throwable cause) -
Method Summary
Methods inherited from class growthbook.sdk.java.exception.FeatureFetchException
getErrorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RetryableFeatureFetchException
public RetryableFeatureFetchException(FeatureFetchException.FeatureFetchErrorCode errorCode, String errorMessage) -
RetryableFeatureFetchException
public RetryableFeatureFetchException(FeatureFetchException.FeatureFetchErrorCode errorCode, String errorMessage, Throwable cause)
-