File
Doc
Category
Size
Date
Package
SimFileNotFound.java
API Doc
Android 1.5 API
940
Wed May 06 22:42:02 BST 2009
com.android.internal.telephony.gsm
SimFileNotFound
java.lang.Object
SimException
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
Java Code Source