changeset 958 | f78522cede87 |
parent 928 | 0ff0059f2ec3 |
child 962 | 21d4502baa67 |
957:55e6f3409146 | 958: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 } |