src/net/java/otr4j/OtrException.java
author Da Risk <da_risk@beem-project.com>
Sun, 28 Oct 2012 14:20:33 +0100
changeset 1003 d793c2b09350
parent 940 21d4502baa67
permissions -rw-r--r--
Made the PepSubManager really use pep node instead of pubsub node if both are available

package net.java.otr4j;


public class OtrException extends Exception {
    private static final long serialVersionUID = 1L;

    public OtrException(Exception e){
	super(e);
    }
}