{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

LifecycleDestroyedException

public final class LifecycleDestroyedException extends CancellationException

java.lang.Object
   ↳ kotlin.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.lang.IllegalStateException
           ↳ java.util.concurrent.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

Inherited methods

From kotlin.Throwable

Public constructors

LifecycleDestroyedException

public LifecycleDestroyedException()