org.apache.directory.api.ldap.model.exception
Class LdapInvalidAttributeTypeException
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.LdapInvalidAttributeTypeException
- All Implemented Interfaces:
- Serializable
public class LdapInvalidAttributeTypeException
- extends LdapOperationException
A subclass of LdapOperationException which holds the LDAP
resultCode associated with the exception. The LDAP result code associated
with this exception is the undefinedAttributeType result code value of 17.
- 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 |
LdapInvalidAttributeTypeException
public LdapInvalidAttributeTypeException()
- Creates a new instance of LdapInvalidAttributeTypeException.
LdapInvalidAttributeTypeException
public LdapInvalidAttributeTypeException(String message)
- Creates a new instance of LdapInvalidAttributeTypeException.
- Parameters:
message - The exception message
LdapInvalidAttributeTypeException
public LdapInvalidAttributeTypeException(String message,
Throwable cause)
- Creates a new instance of LdapInvalidAttributeTypeException.
- Parameters:
message - The exception messagecause - The root cause for this exception
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.