author | Vincent V. <marseille@beem-project.com> |
Thu, 10 May 2012 16:11:18 +0200 | |
changeset 1003 | 1e9c4a0a9acf |
parent 962 | 21d4502baa67 |
permissions | -rw-r--r-- |
928
0ff0059f2ec3
initial commit adding otr to beem, it's based on http://bitbucket.org/romanzadov/beem, with a better beem integration
Nikita Kozlov <nikita@mbdsys.com>
parents:
diff
changeset
|
1 |
package net.java.otr4j; |
0ff0059f2ec3
initial commit adding otr to beem, it's based on http://bitbucket.org/romanzadov/beem, with a better beem integration
Nikita Kozlov <nikita@mbdsys.com>
parents:
diff
changeset
|
2 |
|
958 | 3 |
|
928
0ff0059f2ec3
initial commit adding otr to beem, it's based on http://bitbucket.org/romanzadov/beem, with a better beem integration
Nikita Kozlov <nikita@mbdsys.com>
parents:
diff
changeset
|
4 |
public class OtrException extends Exception { |
962 | 5 |
private static final long serialVersionUID = 1L; |
6 |
||
7 |
public OtrException(Exception e){ |
|
8 |
super(e); |
|
9 |
} |
|
928
0ff0059f2ec3
initial commit adding otr to beem, it's based on http://bitbucket.org/romanzadov/beem, with a better beem integration
Nikita Kozlov <nikita@mbdsys.com>
parents:
diff
changeset
|
10 |
} |