Package com.flagright.api.core
Class FlagrightApiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.flagright.api.core.FlagrightApiException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
FlagrightApiApiException
public class FlagrightApiException extends java.lang.RuntimeExceptionThis class serves as the base exception for all errors in the SDK.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FlagrightApiException(java.lang.String message)FlagrightApiException(java.lang.String message, java.lang.Exception e)
-