Class LdapProtocolErrorException

    • Field Detail

      • serialVersionUID

        static final long serialVersionUID
        The serial version UUID
        See Also:
        Constant Field Values
    • Constructor Detail

      • LdapProtocolErrorException

        public LdapProtocolErrorException​(String message)
        Creates a new instance of LdapProtocolErrorException.
        Parameters:
        message - The exception message
      • LdapProtocolErrorException

        public LdapProtocolErrorException​(String message,
                                          Throwable cause)
        Creates a new instance of LdapProtocolErrorException.
        Parameters:
        message - The exception message
        cause - The root cause for this exception
      • LdapProtocolErrorException

        public LdapProtocolErrorException()
        Creates a new instance of LdapProtocolErrorException.