* @param dn The Dn for this serverEntry. Can be null.
* @param upIds The list of attributes to create.
*/
public DefaultEntry( SchemaManager schemaManager, String dn, Object... elements ) throws LdapException
{
this( schemaManager, new Dn( schemaManager, dn ), elements );
}