public class

SdkLoadException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.steerpath.sdk.common.SdkLoadException

Class Overview

Thrown if start(Context, SdkConfig, SdkStartCallback) fails.

Summary

Public Constructors
SdkLoadException()
SdkLoadException(int errorCode, int reasonCode, String errorMsg)
SdkLoadException(String message)
SdkLoadException(Throwable cause)
SdkLoadException(String message, Throwable cause)
Public Methods
int getErrorCode()
int getReasonCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public SdkLoadException ()

public SdkLoadException (int errorCode, int reasonCode, String errorMsg)

public SdkLoadException (String message)

public SdkLoadException (Throwable cause)

public SdkLoadException (String message, Throwable cause)

Public Methods

public int getErrorCode ()

public int getReasonCode ()

public String toString ()