WorkerExceptionInfo
class WorkerExceptionInfo
Represents exceptions occurred from initializing or executing a ListenableWorker.
Summary
Public constructors |
|---|
WorkerExceptionInfo( |
Public properties |
|
|---|---|
Throwable |
The |
String |
The class name of the worker |
WorkerParameters |
Parameters for worker initialization |
Public constructors
WorkerExceptionInfo
Added in 2.10.0
WorkerExceptionInfo(
workerClassName: String,
workerParameters: WorkerParameters,
throwable: Throwable
)
Public properties
throwable
Added in 2.10.0
val throwable: Throwable
The Throwable thrown while initializing or executing a ListenableWorker
workerParameters
Added in 2.10.0
val workerParameters: WorkerParameters
Parameters for worker initialization