public class AccessDeniedException extends IOException
Thrown when an attempt is made to write to a file that is read-only or the user only has read access to, or open a file that is actually a directory.
| Constructor and Description |
|---|
AccessDeniedException()
AccessDeniedException constructor
|
AccessDeniedException(String s)
AccessDeniedException constructor.
|
AccessDeniedException(String s,
Throwable ex)
AccessDeniedException constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AccessDeniedException()
public AccessDeniedException(String s)
s - StringCopyright © 2005–2015 Alfresco Software. All rights reserved.