src/net/java/otr4j/OtrException.java
author Nikita Kozlov <nikita@beem-project.com>
Wed, 25 May 2011 23:13:35 +0200
changeset 915 defdbe820907
parent 810 0ff0059f2ec3
permissions -rw-r--r--
Merge

package net.java.otr4j;

@SuppressWarnings("serial")
public class OtrException extends Exception {
	public OtrException(Exception e){
		super(e);
	}
}