Class InvalidAttributeFormatException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidAttributeFormatException
    extends NamingException
    Thrown whenever a parsed attribute does not conform to LDAP specifications.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class org.springframework.core.NestedRuntimeException

        contains, getMessage, getMostSpecificCause, getRootCause
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidAttributeFormatException

        public InvalidAttributeFormatException​(java.lang.String msg)
        Parameters:
        msg -
      • InvalidAttributeFormatException

        public InvalidAttributeFormatException​(java.lang.Throwable cause)
        Parameters:
        cause -
      • InvalidAttributeFormatException

        public InvalidAttributeFormatException​(java.lang.String msg,
                                               java.lang.Throwable cause)
        Parameters:
        msg -
        cause -