FileDocCategorySizeDatePackage
Process.javaAPI DocAndroid 1.5 API25059Wed May 06 22:41:56 BST 2009android.os

ZygoteStartFailedEx

public class ZygoteStartFailedEx extends Exception

Fields Summary
Constructors Summary
ZygoteStartFailedEx()
Something prevented the zygote process startup from happening normally

ZygoteStartFailedEx(String s)

super(s);
ZygoteStartFailedEx(Throwable cause)

super(cause);
Methods Summary