org.springframework.ldap.ldif
Class InvalidRecordFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.ldap.NamingException
org.springframework.ldap.ldif.InvalidRecordFormatException
- All Implemented Interfaces:
- Serializable
public class InvalidRecordFormatException
- extends NamingException
Thrown whenever a parsed record does not conform to LDAP specifications.
- Author:
- Keith Barlow
- See Also:
- Serialized Form
InvalidRecordFormatException
public InvalidRecordFormatException(String msg)
- Parameters:
msg
-
InvalidRecordFormatException
public InvalidRecordFormatException(Throwable cause)
- Parameters:
cause
-
InvalidRecordFormatException
public InvalidRecordFormatException(String msg,
Throwable cause)
- Parameters:
msg
- cause
-
Copyright © 2005-2010 The Spring LDAP Framework. All Rights Reserved.