yieldprobe / com.yieldlab.yieldprobe.exception / ExceptionYieldprobe

ExceptionYieldprobe

abstract class ExceptionYieldprobe : Exception

Base class for all Exception thrown by SDK.

Constructors

<init>

Base class for all Exception thrown by SDK.

ExceptionYieldprobe()

Inheritors

ExceptionLowAPILevel

Exception for too low API level for using the SDK function. Used if CompletableFutures are not supported.

class ExceptionLowAPILevel : ExceptionYieldprobe

ExceptionMaxAdSlots

Exception for too many adslots provided to API.

class ExceptionMaxAdSlots : ExceptionYieldprobe

ExceptionMinAdSlots

Exception for too few adslots provided to API.

class ExceptionMinAdSlots : ExceptionYieldprobe

ExceptionNetwork

Exception for network error events.

class ExceptionNetwork : ExceptionYieldprobe

ExceptionNetworkResponseParsing

Exception for error while parsing response body.

class ExceptionNetworkResponseParsing : ExceptionYieldprobe

ExceptionNoGooglePlayServices

Exception for no Google Play Services available.

class ExceptionNoGooglePlayServices : ExceptionYieldprobe

ExceptionSDKAlreadyInitialized

Exception for SDK already initialized.

class ExceptionSDKAlreadyInitialized : ExceptionYieldprobe

ExceptionSDKNotInitialized

Exception for SDK not initialized.

class ExceptionSDKNotInitialized : ExceptionYieldprobe