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
Constructs an instance of this class.
|
AccessDeniedException(String
Constructs an instance of this class.
|
getFile, getMessage, getOtherFile, getReasonaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AccessDeniedException(Stringfile)
file - a string identifying the file or
null if not known
public AccessDeniedException(Stringfile, String other, String reason)
file - a string identifying the file or
null if not known
other - a string identifying the other file or
null if not known
reason - a reason message with additional information or
null