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, toString
public PermissionDeniedException()
public PermissionDeniedException(String s)
s
- StringCopyright © 2005–2017 Alfresco Software. All rights reserved.