public class PermissionDeniedException
extends java.io.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(java.lang.String s)
PermissionDeniedException constructor.
|
PermissionDeniedException(java.lang.String s,
java.lang.Throwable ex)
PermissionDeniedException constructor.
|
public PermissionDeniedException()
public PermissionDeniedException(java.lang.String s)
s
- Stringpublic PermissionDeniedException(java.lang.String s, java.lang.Throwable ex)
s
- Stringex
- ThrowableCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.