Package android.os
Class DeadObjectException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- android.util.AndroidException
-
- android.os.RemoteException
-
- android.os.DeadObjectException
-
- All Implemented Interfaces:
java.io.Serializable
public class DeadObjectException extends RemoteException
The object you are calling has died, because its hosting process no longer exists.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeadObjectException()DeadObjectException(java.lang.String message)
-
Method Summary
-
Methods inherited from class android.os.RemoteException
rethrowAsRuntimeException, rethrowFromSystemServer
-
-