SASException

open class SASException : Exception

SASException is the superclass of all classes that represent exceptions that occurred within the Smart Adserver Android SDK ad call process.

Inheritors

Constructors

Link copied to clipboard
constructor()
constructor(@NonNull detailMessage: String, @Nullable throwable: Throwable)
constructor(@NonNull detailMessage: String)
constructor(@Nullable throwable: Throwable)