I am looking for a list of platform-specific (JRE-specific) of IOException messages indicating disk is full or out of space.
So far I have: Windows: "There is not enough space on the disk" Solaris/Linux?: "Not enough space" GCJ: "No space left on device".
I wish Java would make an IOException subclass for this...