UnableToCreateFileExceptionpublic class UnableToCreateFileException extends IOException Should be thrown when unable to create a file when it is expected it should be creatable. For example because
you dont have permission to write to the folder that it is in. |
Constructors Summary |
---|
public UnableToCreateFileException(String message)
super(message);
|
|