Re: NotSerializableException
Posted By:
Jonathan_Tam
Posted On:
Wednesday, January 14, 2004 05:34 PM
Wherever this occurs in your code, be sure to print a stack trace of the Exception. You should be able to track down the line of code that produced it and figure out which object caused the problem.
Exception.printStackTrace()