It probably means it's not loading a password and the
NullPointerException is from the String constructor. It's poor coding,
ie.

char[] c= retrievePasswordAsCharArray();
// Forget to check if c is null
String password= new String(c);

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"

Reply via email to