src/net/java/otr4j/OtrException.java
author Nikita Kozlov <nikita@mbdsys.com>
Tue, 07 Dec 2010 22:57:56 +0100
changeset 911 ca323cff3ac9
parent 906 0ff0059f2ec3
child 936 f78522cede87
permissions -rw-r--r--
I have reimplemented the BeemOtrService in a more "centralized" way.

package net.java.otr4j;

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