public class UnableToModifyFileException extends IOException
Should be thrown when unable to modify a file when it is expected it should bemodifiable. For example because
you dont have permission to modify files in the folder that it is in.
Fields Summary
Constructors Summary
public UnableToModifyFileException(String message)