org.apache.directory.api.ldap.model.exception
Class LdapNoPermissionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.directory.api.ldap.model.exception.LdapException
org.apache.directory.api.ldap.model.exception.LdapOperationException
org.apache.directory.api.ldap.model.exception.LdapNoPermissionException
- All Implemented Interfaces:
- Serializable
public class LdapNoPermissionException
- extends LdapOperationException
A LdapOperationException which associates a resultCode namely the
ResultCodeEnum.INSUFFICIENT_ACCESS_RIGHTS
resultCode with the exception.
- Author:
- Apache Directory Project
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LdapNoPermissionException
public LdapNoPermissionException(String message)
- Creates a new instance of LdapNoPermissionException.
- Parameters:
message - The exception message
LdapNoPermissionException
public LdapNoPermissionException()
- Creates a new instance of LdapNoPermissionException.
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.