public class AccessDeniedException extends FileSystemException
This exception is not related to the AccessControlException
or SecurityException
thrown by access controllers or security managers when
access to a file is denied.
Constructor and Description |
---|
AccessDeniedException(String file)
Constructs an instance of this class.
|
AccessDeniedException(String file,
String other,
String reason)
Constructs an instance of this class.
|
getFile, getMessage, getOtherFile, getReason
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AccessDeniedException(String file)
file
- a string identifying the file or null
if not knownpublic AccessDeniedException(String file, String other, String reason)
file
- a string identifying the file or null
if not knownother
- a string identifying the other file or null
if not knownreason
- a reason message with additional information or null
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.