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