Java.io.IO.Exception;运行J2ME应用程序时磁盘上没有足够的空间 [英] Java.io.IO.Exception; there is not enough space on the disk while running J2ME application

查看:151
本文介绍了Java.io.IO.Exception;运行J2ME应用程序时磁盘上没有足够的空间的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在运行我的J2ME应用程序时,我遇到以下错误"Java.io.IO.Exception;磁盘上没有足够的空间",请问我这是什么类型的错误,为什么会出现.当我将数据从移动设备上传到服务器时,将出现此错误.我不知道在服务器端还是在移动端的错误在哪里.

解决方案

关于您的问题,根据给定的信息,

Java.io.IOException; there is not enough space on the disk

抛出

,例如,如果您尝试将某些内容复制到目标驱动器,则如果驱动器已满,则会出现异常.由失败或中断的I/O操作(在这种情况下是IO操作中断)产生的Java.io.IOException异常,原因是there is not enough space on the disk,我认为从消息中可以很清楚地了解到.

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.

解决方案

With respect to your question, as per the given information,

Java.io.IOException; there is not enough space on the disk

is thrown, say if you try copying something to a destination drive, if the drive is full, you get the exception. The Java.io.IOException exceptions produced by failed or interrupted I/O operations, in this case an interupted IO operation and the reason is there is not enough space on the disk , I think its pretty clear from the message.

这篇关于Java.io.IO.Exception;运行J2ME应用程序时磁盘上没有足够的空间的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆