src/net/java/otr4j/OtrException.java
author Da Risk <da_risk@beem-project.com>
Sun, 23 Sep 2012 03:22:02 +0200
changeset 988 586e34fc7594
parent 940 21d4502baa67
permissions -rw-r--r--
Update the LicenseHeader file

package net.java.otr4j;


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

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