Your probably invoking a method on an object that has a value of null...
suggest you check for 'null'ness' before you invoke a method on it.
cheers
Rupert
-----Original Message-----
From: T.L.TEO [mailto:[EMAIL PROTECTED]]
Sent: Monday, 17 September 2001 16:15 PM
To: [EMAIL PROTECTED]
Subject: HttpsURLConnection error
Hi
Cud someone enlighten me on this error ??
java.lang.NullPointerException
at
com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnection.getCip
herSuite([DashoPro-V1.2-120198])
at testcon.main(testcon.java:25)