LifecycleDestroyedException
Kotlin
|Java
class LifecycleDestroyedException : CancellationException
androidx.lifecycle.LifecycleDestroyedException |
A CancellationException that indicates that the Lifecycle associated with an operation reached the Lifecycle.State.DESTROYED state before the operation could complete.
Summary
Public constructors | |
---|---|
<init>() A CancellationException that indicates that the Lifecycle associated with an operation reached the Lifecycle.State.DESTROYED state before the operation could complete. |
Public constructors
<init>
LifecycleDestroyedException()
A CancellationException that indicates that the Lifecycle associated with an operation reached the Lifecycle.State.DESTROYED state before the operation could complete.