File
Doc
Category
Size
Date
Package
IccFileNotFound.java
API Doc
Android 5.1 API
930
Thu Mar 12 22:22:54 GMT 2015
com.android.internal.telephony.uicc
IccFileNotFound
java.lang.Object
IccException
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
Java Code Source