package net.java.otr4j; public class OtrException extends Exception { public OtrException(Exception e){ super(e); } }