FileDocCategorySizeDatePackage
SimFileNotFound.javaAPI DocAndroid 1.5 API940Wed May 06 22:42:02 BST 2009com.android.internal.telephony.gsm

SimFileNotFound

public class SimFileNotFound extends SimException
{@hide}

Fields Summary
Constructors Summary
SimFileNotFound()


    
SimFileNotFound(String s)

        super(s);
    
SimFileNotFound(int ef)

        super("SIM EF Not Found 0x" + Integer.toHexString(ef));
    
Methods Summary