Searched defs:ZygoteStartFailedEx (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DProcess.java30 /*package*/ class ZygoteStartFailedEx extends Exception { class in inherits:Exception
35 ZygoteStartFailedEx() {}; method in class:ZygoteStartFailedEx
36 ZygoteStartFailedEx(String s) {super(s);} method in class:ZygoteStartFailedEx
37 ZygoteStartFailedEx(Throwable cause) {super(cause);} method in class:ZygoteStartFailedEx
377 } catch (ZygoteStartFailedEx ex) {
393 throws ZygoteStartFailedEx {
460 throw new ZygoteStartFailedEx("connect failed");
470 * @throws ZygoteStartFailedEx if process start failed for any reason
473 throws ZygoteStartFailedEx {
495 throw new ZygoteStartFailedEx(
[all...]

Completed in 7 milliseconds