* Yahoo module currently does not support aliases. This method
* throws an UnSupportedOperationException.
*/
public void changeBuddyAlias(Buddy buddy, String alias) throws UnsupportedOperationException
{
throw new UnsupportedOperationException("Yahoo module does not support buddy aliases.");
}