src/net/java/otr4j/OtrException.java
author Nikita Kozlov <nikita@beem-project.com>
Sat, 16 Apr 2011 19:43:53 +0200
changeset 943 ab30d289a86c
parent 928 0ff0059f2ec3
child 958 f78522cede87
permissions -rw-r--r--
adding a keystore for otr, adding buttons which display fingerprints

package net.java.otr4j;

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