public class UnableToRenameFileException extends IOException
Should be thrown when unable to rename a file when it is expected it should rename. For example could occur on Vista
because you do not have Special Permission 'Delete' set to Denied.
Fields Summary
Constructors Summary
public UnableToRenameFileException(String message)