Re: about mailer exception
Posted By:
Shaan_Ali
Posted On:
Sunday, December 9, 2001 12:02 AM
It's ClassCastException.
Somewhere u would be trying to cast the class , which is not allowed in runtime. Use instanceof operator to check before any casting to avoid these type of errors.
bye
Shaan