Package com.netcetera.threeds.sdk.api.exceptions
package com.netcetera.threeds.sdk.api.exceptions
-
ExceptionsClassDescriptionThe InvalidInputException class shall represent a run-time exception that occurs due to one of the following reasons: Parameter value is mandatory, but was not provided. Parameter value does not conform to the specified format. Parameter value exceeds the maximum limit. Parameter value does not meet the minimum length criteria.The SDKAlreadyInitializedException class shall represent an exception that is thrown if the 3DS SDK instance has already been initialized.The SDKNotInitializedException represents an exception that is thrown if the 3DS SDK has not been initialized.This exception is thrown if an internal error is encountered by the 3DS SDK.