no message

This commit is contained in:
2025-02-14 01:22:50 +03:00
parent 245ed7c5f0
commit 6d9bd4bc9b
4 changed files with 84 additions and 88 deletions

View File

@@ -81,7 +81,7 @@ public abstract class RepositoryServer<D extends Database> {
}
//-DVMTestingChecker
public abstract int getPort();
protected abstract void Session() throws Exception;
protected abstract void SafeSession() throws Exception;
protected void startAdditionalThreads() {
}
public void ActivateDB() {
@@ -229,7 +229,7 @@ public abstract class RepositoryServer<D extends Database> {
CloneObject();
break;
default:
Session();
SafeSession();
break;
}
} catch (Exception ex) {