Mercurial > hg > Applications > TreeVNC
diff src/viewer_swing/java/com/glavsoft/viewer/ConnectionErrorException.java @ 83:40d400a7ec84
remove warnings
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 30 Apr 2014 18:07:20 +0900 |
parents | 17b702648079 |
children |
line wrap: on
line diff
--- a/src/viewer_swing/java/com/glavsoft/viewer/ConnectionErrorException.java Wed Apr 30 17:45:45 2014 +0900 +++ b/src/viewer_swing/java/com/glavsoft/viewer/ConnectionErrorException.java Wed Apr 30 18:07:20 2014 +0900 @@ -31,6 +31,11 @@ */ public class ConnectionErrorException extends CommonException { + /** + * + */ + private static final long serialVersionUID = 1L; + public ConnectionErrorException(String message) { super(message); }