Advertisement
Guest User

ERROR

a guest
Sep 9th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
  2. at com.gmail.clonemobro.mcsaturn.Connection2.getLoginResponse(Connection2.java:23)
  3. at com.gmail.clonemobro.mcsaturn.Connection.isPremium(Connection.java:22)
  4. at com.gmail.clonemobro.mcsaturn.Action.crack(Action.java:63)
  5. at com.gmail.clonemobro.mcsaturn.Action.readFile(Action.java:32)
  6. at com.gmail.clonemobro.mcsaturn.ActionA.actionPerformed(Window.java:266)
  7. at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
  8. at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
  9. at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
  10. at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
  11. at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
  12. at java.awt.Component.processMouseEvent(Unknown Source)
  13. at javax.swing.JComponent.processMouseEvent(Unknown Source)
  14. at java.awt.Component.processEvent(Unknown Source)
  15. at java.awt.Container.processEvent(Unknown Source)
  16. at java.awt.Component.dispatchEventImpl(Unknown Source)
  17. at java.awt.Container.dispatchEventImpl(Unknown Source)
  18. at java.awt.Component.dispatchEvent(Unknown Source)
  19. at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  20. at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  21. at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  22. at java.awt.Container.dispatchEventImpl(Unknown Source)
  23. at java.awt.Window.dispatchEventImpl(Unknown Source)
  24. at java.awt.Component.dispatchEvent(Unknown Source)
  25. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  26. at java.awt.EventQueue.access$200(Unknown Source)
  27. at java.awt.EventQueue$3.run(Unknown Source)
  28. at java.awt.EventQueue$3.run(Unknown Source)
  29. at java.security.AccessController.doPrivileged(Native Method)
  30. at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
  31. at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
  32. at java.awt.EventQueue$4.run(Unknown Source)
  33. at java.awt.EventQueue$4.run(Unknown Source)
  34. at java.security.AccessController.doPrivileged(Native Method)
  35. at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
  36. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  37. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  38. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  39. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  40. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  41. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  42. at java.awt.EventDispatchThread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement