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

public class SDKNotInitializedException extends RuntimeException
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 Details

    • SDKNotInitializedException

      public SDKNotInitializedException(String message)
      Parameters:
      message - String.
    • SDKNotInitializedException

      public SDKNotInitializedException(String message, Throwable cause)
      Parameters:
      message - String.
      cause - String.