UnknownErrorException

Package 

com.salesforce.marketingcloud.pushmodels.exceptions

Module 

Push Models Module v1.0.2

Platform 

androidJvm

Description 

Class thrown when unexpected errors occur during push notification processing.

Class Declaration 

1class UnknownErrorException(cause: Throwable) : PushException

Inheritance 

  • Extends: PushException
  • Inherits from: Throwable (via PushException)

Constructors 

UnknownErrorException 

1constructor(cause: Throwable)

Parameters:

  • cause: Throwable - The underlying exception that caused this error