public final class

SdkNotStartedException

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

Class Overview

Thrown if SteerpathClient is not actually started and Service or feature with direct or indirect dependency to SteerpathClient has been invoked.

Summary

Public Constructors
SdkNotStartedException()
SdkNotStartedException(String message)
SdkNotStartedException(Throwable cause)
SdkNotStartedException(String message, Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public SdkNotStartedException ()

public SdkNotStartedException (String message)

public SdkNotStartedException (Throwable cause)

public SdkNotStartedException (String message, Throwable cause)