ReportSenderException

constructor(detailMessage: String?, throwable: Throwable?)

Creates a new ReportSenderException instance. You can provide a detailed message to explain what went wrong.

Parameters

detailMessage

A message to explain the cause of this exception.

throwable

An optional throwable which caused this Exception.


constructor(detailMessage: String?)

Creates a new ReportSenderException instance. You can provide a detailed message to explain what went wrong.

Parameters

detailMessage

A message to explain the cause of this exception.