Class SDKNotInitializedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.netcetera.threeds.sdk.api.exceptions.SDKNotInitializedException
-
- All Implemented Interfaces:
java.io.Serializable
public class SDKNotInitializedException extends java.lang.RuntimeExceptionThe SDKNotInitializedException represents an exception that is thrown if the 3DS SDK has not been initialized. The 3DS SDK is initialized by callingThreeDS2Service.initialize(Context, ConfigParameters, String, UiCustomization)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SDKNotInitializedException(java.lang.String message)SDKNotInitializedException(java.lang.String message, java.lang.Throwable cause)
-