Stay organized with collections
Save and categorize content based on your preferences.
DeadSystemException
open class DeadSystemException : DeadObjectException
The core Android system has died and is going through a runtime restart. All running apps will be promptly killed.
Summary
Public constructors
DeadSystemException
DeadSystemException()
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# DeadSystemException\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nDeadSystemException\n===================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/os/DeadSystemException \"View this page in Java\") \n\n```\nopen class DeadSystemException : DeadObjectException\n```\n\n|---|---|---|---|---|---|-------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) |||||||\n| ↳ | [kotlin.Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html) ||||||\n| | ↳ | [java.lang.Exception](../../java/lang/Exception.html#) |||||\n| | | ↳ | [android.util.AndroidException](../util/AndroidException.html#) ||||\n| | | | ↳ | [android.os.RemoteException](/reference/kotlin/android/os/RemoteException) |||\n| | | | | ↳ | [android.os.DeadObjectException](/reference/kotlin/android/os/DeadObjectException) ||\n| | | | | | ↳ | [android.os.DeadSystemException](#) |\n\nThe core Android system has died and is going through a runtime restart. All running apps will be promptly killed.\n\nSummary\n-------\n\n| Public constructors ||\n|----------------------------------------------------------|---|\n| [DeadSystemException](#DeadSystemException())`()` \u003cbr /\u003e |\n\nPublic constructors\n-------------------\n\n### DeadSystemException\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nDeadSystemException()\n```"]]