
com.eventstore.dbclient.ConnectionShutdownException Maven / Gradle / Ivy
package com.eventstore.dbclient;
public class ConnectionShutdownException extends Exception {
public ConnectionShutdownException() {
super("The connection is closed");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy