src/net/java/otr4j/OtrException.java
author Da Risk <da_risk@geekorum.com>
Fri, 13 Jan 2012 02:35:55 +0100
changeset 947 3b5c343f8850
parent 940 21d4502baa67
permissions -rw-r--r--
Export the avatar provider to allow other process to write in it. This fix bug when the gallery cannot write the user avatar.

package net.java.otr4j;


public class OtrException extends Exception {
    private static final long serialVersionUID = 1L;

    public OtrException(Exception e){
	super(e);
    }
}