Java.lang.SecurityException: Application not authorized to access the restricted API

Gente,

Estou com um problema. Estou fazendo um cronometro em J2ME… Tenho uma classe principal que extend midlet e chama uma outra classe que extend form.

Só que está me dando esta exception. E não consigo entender porque.

java.lang.SecurityException: Application not authorized to access the restricted API
at com.sun.midp.security.SecurityToken.checkIfPermissionAllowed(+40)
at com.sun.midp.security.SecurityToken.checkIfPermissionAllowed(+7)
at com.sun.midp.midletsuite.MIDletSuiteImpl.checkIfPermissionAllowed(+8)
at com.sun.midp.midlet.MIDletState.(+78)
at javax.microedition.midlet.MIDletProxy.(+5)
at javax.microedition.midlet.MIDlet.(+13)
at CronometroAgora.(+4)
at xjCanvas.(+12)
at xjCrono.(+33)
at CronometroAgora.commandAction(+80)
at javax.microedition.lcdui.Display$DisplayAccessor.commandAction(+282)
at javax.microedition.lcdui.Display$DisplayManagerImpl.commandAction(+10)
at com.sun.midp.lcdui.DefaultEventHandler.commandEvent(+68)
at com.sun.midp.lcdui.AutomatedEventHandler.commandEvent(+47)
at com.sun.midp.lcdui.DefaultEventHandler$QueuedEventHandler.run(+250)

Quem souber resolver, me diga, que mando o código completo para o e-mail de quem puder ajudar.

Obrigado

Renato.