src/net/java/otr4j/OtrException.java
author Nikita Kozlov <nikita@mbdsys.com>
Wed, 08 Dec 2010 21:43:17 +0100
changeset 912 bf953743f5a1
parent 906 0ff0059f2ec3
child 936 f78522cede87
permissions -rw-r--r--
rewrite BeemOtrManager as a singleton and merge it with BeemOtrEngineHostImpl

package net.java.otr4j;

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