src/net/java/otr4j/OtrException.java
author Nikita Kozlov <nikita@beem-project.com>
Wed, 25 May 2011 00:57:00 +0200
changeset 924 0de5ddd06ecd
parent 906 0ff0059f2ec3
child 936 f78522cede87
permissions -rw-r--r--
merge

package net.java.otr4j;

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