src/net/java/otr4j/OtrException.java
changeset 908 9d3a7af41ec2
parent 906 0ff0059f2ec3
child 936 f78522cede87
equal deleted inserted replaced
907:6cbb9b3117b7 908:9d3a7af41ec2
       
     1 package net.java.otr4j;
       
     2 
       
     3 @SuppressWarnings("serial")
       
     4 public class OtrException extends Exception {
       
     5 	public OtrException(Exception e){
       
     6 		super(e);
       
     7 	}
       
     8 }