org.apache.directory.api.ldap.model.exception
Class LdapInvalidAttributeValueException
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.LdapInvalidAttributeValueException
- All Implemented Interfaces:
- Serializable
public class LdapInvalidAttributeValueException
- extends LdapOperationException
Makes a LdapOperationException unambiguous with respect to the result
code it corresponds to by associating an LDAP specific result code with it.
- 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 |
LdapInvalidAttributeValueException
public LdapInvalidAttributeValueException(ResultCodeEnum resultCode,
String message)
- Creates a new instance of LdapInvalidAttributeValueException.
- Parameters:
resultCode - the ResultCodeEnum for this exceptionmessage - The exception message
LdapInvalidAttributeValueException
public LdapInvalidAttributeValueException(ResultCodeEnum resultCode)
- Creates a new instance of LdapInvalidAttributeValueException.
- Parameters:
resultCode - the ResultCodeEnum for this exception
LdapInvalidAttributeValueException
public LdapInvalidAttributeValueException(ResultCodeEnum resultCode,
String message,
Throwable cause)
- Creates a new instance of LdapInvalidAttributeValueException.
- Parameters:
resultCode - the ResultCodeEnum for this exceptionmessage - The exception messagecause - The root cause for this exception
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.