Package com.flagsmith.exceptions
Class FeatureNotFoundError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.flagsmith.exceptions.FlagsmithClientError
-
- com.flagsmith.exceptions.FeatureNotFoundError
-
- All Implemented Interfaces:
Serializable
public class FeatureNotFoundError extends FlagsmithClientError
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FeatureNotFoundError()FeatureNotFoundError(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FeatureNotFoundError
public FeatureNotFoundError()
-
FeatureNotFoundError
public FeatureNotFoundError(String message)
-
-