Most visited

Recently visited

Added in API level 24

DeadSystemException

public class DeadSystemException
extends DeadObjectException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ android.util.AndroidException
         ↳ android.os.RemoteException
           ↳ android.os.DeadObjectException
             ↳ android.os.DeadSystemException


The core Android system has died and is going through a runtime restart. All running apps will be promptly killed.

Summary

Public constructors

DeadSystemException()

Inherited methods

From class java.lang.Throwable
From class java.lang.Object

Public constructors

DeadSystemException

Added in API level 24
DeadSystemException ()

Hooray!