Display error messages when account creation failed.
Improve the creation wizard and add a dummy script to fetch
a list of xmpp services.
package net.java.otr4j;
public class OtrException extends Exception {
private static final long serialVersionUID = 1L;
public OtrException(Exception e){
super(e);
}
}