FileDocCategorySizeDatePackage
UnableToModifyFileException.javaAPI DocJaudiotagger 2.0.4438Wed Mar 30 16:11:46 BST 2011org.jaudiotagger.audio.exceptions

UnableToModifyFileException

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)

        super(message);
    
Methods Summary