ERROR EN MI PROGRAMA

angie
10 de Mayo del 2008
ESTOY PROGRAMANDO UN JUEGO PARA CELULARES Y LLEVO CON ESTE ERROR DESDE HACE YA TIEMPO, Y HE TRATADO DE SOLUCIONARLO PERO NO ENCUENTRO LA RESPUESTA EXACTA EN NINGÚN FORO, POR FAVOR SI ME PODRÍAN AYUDAR , EL ERROR QUE ME SALE ES:

SecurityException: Application not authorized to access the restricted API.
java.lang.NullPointerException
at juego.SSCanvas.paint(+118)
at javax.microedition.lcdui.Canvas.callPaint(+80)
at javax.microedition.lcdui.Display.repaint(+77)
at javax.microedition.lcdui.Display.registerNewCurrent(+237)
at javax.microedition.lcdui.Display.access$400(+6)
at javax.microedition.lcdui.Display$DisplayAccessor.foregroundNotify(+46)
at javax.microedition.lcdui.Display$DisplayManagerImpl.notifyWantsForeground(+152)
at javax.microedition.lcdui.Display$DisplayManagerImpl.access$100(+6)
at javax.microedition.lcdui.Display.setCurrentImpl(+115)
at javax.microedition.lcdui.Display.setCurrent(+29)
at juego.Scrolling.startApp(+11)
at javax.microedition.midlet.MIDletProxy.startApp(+7)
at com.sun.midp.midlet.Scheduler.schedule(+270)
at com.sun.midp.main.Main.runLocalClass(+28)
at com.sun.midp.main.Main.main(+116)


GRACIAS A SUS RESPUESTAS! =)