org.springframework.ldap.ldif
Class InvalidAttributeFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.ldap.NamingException
org.springframework.ldap.ldif.InvalidAttributeFormatException
- All Implemented Interfaces:
- Serializable
public class InvalidAttributeFormatException
- extends org.springframework.ldap.NamingException
Thrown whenever a parsed attribute does not conform to LDAP specifications.
- Author:
- Keith Barlow
- See Also:
- Serialized Form
| Methods inherited from class org.springframework.ldap.NamingException |
getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj |
InvalidAttributeFormatException
public InvalidAttributeFormatException(String msg)
- Parameters:
msg -
InvalidAttributeFormatException
public InvalidAttributeFormatException(Throwable cause)
- Parameters:
cause -
InvalidAttributeFormatException
public InvalidAttributeFormatException(String msg,
Throwable cause)
- Parameters:
msg - cause -