org.apache.directory.api.ldap.model.exception
Class LdapEntryAlreadyExistsException
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.LdapEntryAlreadyExistsException
- All Implemented Interfaces:
- Serializable
public class LdapEntryAlreadyExistsException
- extends LdapOperationException
A LdapOperationException which contains LDAP specific information such as
a result code.
- 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 |
LdapEntryAlreadyExistsException
public LdapEntryAlreadyExistsException(String message)
- Creates a new instance of LdapEntryAlreadyExistsException.
- Parameters:
message - The exception message
LdapEntryAlreadyExistsException
public LdapEntryAlreadyExistsException()
- Creates a new instance of LdapEntryAlreadyExistsException.
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.