All Downloads are FREE. Search and download functionalities are using the official Maven repository.

server.embedded.ServerInitException Maven / Gradle / Ivy

The newest version!
package server.embedded;

public final class ServerInitException extends Exception {

    public ServerInitException(String message) {
        super(message);
    }

    public ServerInitException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy