constructor(isNativeLibraryLoaded: Boolean, @NonNull message: String, @NonNull nativeError: Error) Constructs a SdkNotInitializedException with no additional information.
constructor(@NonNull message: String) Constructs a SdkNotInitializedException with a message.
Constructs a SdkNotInitializedException with a message and inner error.
Constructs a SdkNotInitializedException with an inner error.