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.
See Also:
  • Constructor Details

    • InvalidAttributeFormatException

      public InvalidAttributeFormatException(String msg)
      Parameters:
      msg -
    • InvalidAttributeFormatException

      public InvalidAttributeFormatException(Throwable cause)
      Parameters:
      cause -
    • InvalidAttributeFormatException

      public InvalidAttributeFormatException(String msg, Throwable cause)
      Parameters:
      msg -
      cause -