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 org.springframework.ldap.NamingException
Thrown whenever a parsed record 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 |
InvalidRecordFormatException
public InvalidRecordFormatException(String msg)
- Parameters:
msg -
InvalidRecordFormatException
public InvalidRecordFormatException(Throwable cause)
- Parameters:
cause -
InvalidRecordFormatException
public InvalidRecordFormatException(String msg,
Throwable cause)
- Parameters:
msg - cause -