| Exception | Description |
|---|---|
| InvalidInputException |
This class represents a runtime exception that occurs due to one of the following reasons:
Parameter value is mandatory, but was not provided.
|
| SDKAlreadyInitializedException |
This class represents an exception that is thrown if the 3DS SDK instance has already been initialized.
|
| SDKNotInitializedException |
This class 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). |
| SDKRuntimeException |
This exception is thrown if an internal error is encountered by the 3DS SDK.
|