public class DirectoryPermissionException extends PermissionException
RemoteDirectory
does not have the
permission set to perform an operation such as add/modify/delete verses a
group/principal/role.Constructor and Description |
---|
DirectoryPermissionException()
Default constructor.
|
DirectoryPermissionException(String s)
Default constructor.
|
DirectoryPermissionException(String s,
Throwable throwable)
Default constructor.
|
DirectoryPermissionException(Throwable throwable)
Default constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DirectoryPermissionException()
public DirectoryPermissionException(String s)
s
- the message.public DirectoryPermissionException(String s, Throwable throwable)
s
- the message.throwable
- the Exception
.Copyright © 2020 Atlassian. All rights reserved.