Add an exception for my_avatar id in AvatarProvider.
This fix a bug when the my_avatar file does not exist it is not created by
openFileHelper.
package net.java.otr4j;
public class OtrException extends Exception {
private static final long serialVersionUID = 1L;
public OtrException(Exception e){
super(e);
}
}