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

Public constructors

DeadSystemException

Added in API level 24
public DeadSystemException ()