public class PermissionDeniedException extends IOException
Thrown when a file/folder rename is not allowed as the user does not have permission to rename the file/folder.
| Constructor and Description |
|---|
PermissionDeniedException()
Default constructor
|
PermissionDeniedException(String s)
PermissionDeniedException constructor.
|
PermissionDeniedException(String s,
Throwable ex)
PermissionDeniedException constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PermissionDeniedException()
public PermissionDeniedException(String s)
s - StringCopyright © 2005–2016 Alfresco Software. All rights reserved.