comparison 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
comparison
equal deleted inserted replaced
82:cc72fdbb7c72 83:40d400a7ec84
29 /** 29 /**
30 * @author dime at tightvnc.com 30 * @author dime at tightvnc.com
31 */ 31 */
32 public class ConnectionErrorException extends CommonException { 32 public class ConnectionErrorException extends CommonException {
33 33
34 /**
35 *
36 */
37 private static final long serialVersionUID = 1L;
38
34 public ConnectionErrorException(String message) { 39 public ConnectionErrorException(String message) {
35 super(message); 40 super(message);
36 } 41 }
37 } 42 }