tags:

views:

77

answers:

1

Hello,

I have read about MIDletStateChangeException. I wanna know other J2ME specific exceptions. Any ideas?

Thanks

+2  A: 

Take a look at http://java.sun.com/javame/reference/apis/jsr118/. From there, I see:

  • CertificateException
  • ConnectionNotFoundException
  • InvalidRecordIDException
  • MIDletStateChangeException
  • RecordStoreException
  • RecordStoreFullException
  • RecordStoreNotFoundException
  • RecordStoreNotOpenException
Chris Smith
and many more in other J2ME JSRs : 82, 75, 135, 256, 172, 234, 239, 184, 120, 211, 177, 179, 180, 205, 226, 229, 238 at www.jcp.org.
QuickRecipesOnSymbianOS