java.io.IOException: write error

Can any one tell me whats the problem .Can any one Tips for handling this error
[93 byte] By [jbalraja] at [2007-9-28 13:43:18]
# 1
More info needed. What line of code. Give us the function that crashed.
zneroladivada at 2007-7-12 9:51:06 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 2
You received and error writing a file. Either you have no permission if you are trying to write from an applet or there is something invalid in the way you set it up.
zneroladivada at 2007-7-12 9:51:06 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...