Checked exception thrown when a file system operation is denied, typically due to a file permission or other access check.
This exception is not related to the {@link java.security.AccessControlException AccessControlException} or {@link SecurityException} thrown by access controllers or security managers whenaccess to a file is denied.
@since 1.7
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.