Example usage for Java java.nio.file AccessDeniedException fields, constructors, methods, implement or subclass
The text is from its open source code.
AccessDeniedException(String file) Constructs an instance of this class. | |
AccessDeniedException(String file, String other, String reason) Constructs an instance of this class. |
String | getFile() Returns the file used to create this exception. |
String | getMessage() Returns the detail message string. |
String | getOtherFile() Returns the other file used to create this exception. |