Java java.nio.file AccessDeniedException fields, constructors, methods, implement or subclass

Example usage for Java java.nio.file AccessDeniedException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.nio.file AccessDeniedException.

The text is from its open source code.

Constructor

AccessDeniedException(String file)
Constructs an instance of this class.
AccessDeniedException(String file, String other, String reason)
Constructs an instance of this class.

Method

StringgetFile()
Returns the file used to create this exception.
StringgetMessage()
Returns the detail message string.
StringgetOtherFile()
Returns the other file used to create this exception.