public class DeadObjectException
extends RemoteException
| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | android.util.AndroidException | ||||
| ↳ | android.os.RemoteException | ||||
| ↳ | android.os.DeadObjectException | ||||
| |
您正在调用的对象已经死亡,因为其宿主进程不再存在。
Public constructors |
|
|---|---|
DeadObjectException() |
|
DeadObjectException(String message) |
|
Inherited methods |
|
|---|---|
java.lang.Throwable
|
|
java.lang.Object
|
|
DeadObjectException (String message)
| Parameters | |
|---|---|
message |
String
|