how do you get a midlet to quit at an arbitrary position?

how do you get a midlet to quit at an arbitrary position? when i use 'Runtime.getRuntime().exit(0)' or 'System.exit(0)' i get:Uncaught exception java/lang/SecurityException: MIDP lifecycle does not support system exit.
[243 byte] By [kloroa] at [2007-10-3 6:54:25]
# 1
oooh. egg on face. _after_ posting i googled on system.exit( and found 'notifyDestroyed();'. sorry to waste your time.
kloroa at 2007-7-15 1:45:58 > top of Java-index,Java Mobility Forums,Java ME Technologies...