Class LdapInvalidAttributeValueException

    • Constructor Detail

      • LdapInvalidAttributeValueException

        public LdapInvalidAttributeValueException​(ResultCodeEnum resultCode,
                                                  String message)
        Creates a new instance of LdapInvalidAttributeValueException.
        Parameters:
        resultCode - the ResultCodeEnum for this exception
        message - The exception message
      • LdapInvalidAttributeValueException

        public LdapInvalidAttributeValueException​(ResultCodeEnum resultCode,
                                                  String message,
                                                  Throwable cause)
        Creates a new instance of LdapInvalidAttributeValueException.
        Parameters:
        resultCode - the ResultCodeEnum for this exception
        message - The exception message
        cause - The root cause for this exception