PushwooshException

Base exception class for all Pushwoosh SDK errors.

All SDK operations that can fail return this exception (or its subclasses) via com.pushwoosh.function.Callback. Check getException to get exception details when operation fails.

See also

Inheritors

Constructors

Link copied to clipboard
constructor(description: String)
constructor(throwable: Throwable)
constructor(message: String, cause: Throwable)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getCause(): Throwable
Link copied to clipboard
Link copied to clipboard
open fun getMessage(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun printStackTrace()
Link copied to clipboard
Link copied to clipboard
open fun toString(): String