Package com.netcetera.threeds.sdk.api.exceptions
-
Exception Summary Exception Description InvalidInputException The 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.SDKAlreadyInitializedException The SDKAlreadyInitializedException class shall represent an exception that is thrown if the 3DS SDK instance has already been initialized.SDKNotInitializedException The SDKNotInitializedException represents an exception that is thrown if the 3DS SDK has not been initialized.SDKRuntimeException This exception is thrown if an internal error is encountered by the 3DS SDK.