Package com.flagsmith.exceptions
Class FlagsmithApiError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.flagsmith.exceptions.FlagsmithClientError
-
- com.flagsmith.exceptions.FlagsmithApiError
-
- All Implemented Interfaces:
Serializable
public class FlagsmithApiError extends FlagsmithClientError
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FlagsmithApiError()FlagsmithApiError(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
-
FlagsmithApiError
public FlagsmithApiError()
-
FlagsmithApiError
public FlagsmithApiError(String message)
-
-