Duplicate :
|
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.