changeset 936 | f78522cede87 |
parent 906 | 0ff0059f2ec3 |
child 940 | 21d4502baa67 |
935:55e6f3409146 | 936:f78522cede87 |
---|---|
1 package net.java.otr4j; |
1 package net.java.otr4j; |
2 |
2 |
3 @SuppressWarnings("serial") |
3 |
4 public class OtrException extends Exception { |
4 public class OtrException extends Exception { |
5 public OtrException(Exception e){ |
5 public OtrException(Exception e){ |
6 super(e); |
6 super(e); |
7 } |
7 } |
8 } |
8 } |