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 NamingException
Thrown whenever a parsed attribute does not conform to LDAP specifications.
- Author:
- Keith Barlow
- See Also:
- Serialized Form
InvalidAttributeFormatException
public InvalidAttributeFormatException(String msg)
- Parameters:
msg
-
InvalidAttributeFormatException
public InvalidAttributeFormatException(Throwable cause)
- Parameters:
cause
-
InvalidAttributeFormatException
public InvalidAttributeFormatException(String msg,
Throwable cause)
- Parameters:
msg
- cause
-