I am getting following Error “Java.io.IO.Exception; there is not enough space on the disk” while running my J2ME Application can any body Please tell me what type of the Error is this and why it is coming. This error is coming when I am uploading the data from mobile to the server. I am not understanding where is the error it is at server side or at mobile side.
I am getting following Error Java.io.IO.Exception; there is not enough space on the disk
Share
With respect to your question, as per the given information,
is thrown, say if you try copying something to a destination drive, if the drive is full, you get the exception. The
Java.io.IOExceptionexceptions produced by failed or interrupted I/O operations, in this case an interupted IO operation and the reason isthere is not enough space on the disk, I think its pretty clear from the message.