Files
secondo/Javagui/JDBC/SecExceptions/SecServerException.java

12 lines
245 B
Java
Raw Normal View History

2026-01-23 17:03:45 +08:00
package SecExceptions;
import SQL2Secondo.Translator;
import Ext_Tools.completeAnswer;
public class SecServerException extends Exception {
public SecServerException(String s) {
//super(s);
super();
System.out.println(s);
}
}