Class SDKNotInitializedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.netcetera.threeds.sdk.api.exceptions.SDKNotInitializedException
- All Implemented Interfaces:
Serializable
The SDKNotInitializedException represents an exception that is thrown if the
3DS SDK has not been initialized.
The 3DS SDK is initialized by calling
ThreeDS2Service.initialize(Context, ConfigParameters, String, UiCustomization)- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSDKNotInitializedException(String message) SDKNotInitializedException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString