Most visited

Recently visited

Added in API level 1

DeadObjectException

public class DeadObjectException
extends RemoteException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ android.util.AndroidException
         ↳ android.os.RemoteException
           ↳ android.os.DeadObjectException
Known Direct Subclasses


The object you are calling has died, because its hosting process no longer exists.

Summary

Public constructors

DeadObjectException()
DeadObjectException(String message)

Inherited methods

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

Public constructors

DeadObjectException

Added in API level 1
DeadObjectException ()

DeadObjectException

Added in API level 23
DeadObjectException (String message)

Parameters
message String

Hooray!