BackgroundSdkException

sealed class BackgroundSdkException(message: String, cause: Throwable? = null) : RuntimeException

Base exception class for all Background SDK exceptions.

Parameters

message

The error message.

cause

The underlying cause of the exception.

Inheritors

Constructors

Link copied to clipboard
protected constructor(message: String, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?