Package com.launchdarkly.sdk.android
Class LaunchDarklyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.launchdarkly.sdk.android.LaunchDarklyException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LDFailure
Exception class that can be thrown by LaunchDarkly client methods.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LaunchDarklyException
- Parameters:
message
- for the exception
-