A DESCRIPTION OF THE REQUEST :
Currently, a new IOException("Device Out of Space") is thrown on device out of space. A separate exception would be good.
JUSTIFICATION :
Currently, to check if a IOException is due to disk full, we have to match the message. This make the code ugly and clustering... A subclass of IOException should be created.
Currently, a new IOException("Device Out of Space") is thrown on device out of space. A separate exception would be good.
JUSTIFICATION :
Currently, to check if a IOException is due to disk full, we have to match the message. This make the code ugly and clustering... A subclass of IOException should be created.
- duplicates
-
JDK-4533668 File does not support a means to distinguish severe io problems from disk full
-
- Open
-