FileDocCategorySizeDatePackage
IccFileNotFound.javaAPI DocAndroid 5.1 API930Thu Mar 12 22:22:54 GMT 2015com.android.internal.telephony.uicc

IccFileNotFound

public class IccFileNotFound extends IccException
{@hide}

Fields Summary
Constructors Summary
IccFileNotFound()


    
IccFileNotFound(String s)

        super(s);
    
IccFileNotFound(int ef)

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