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

systems.dennis.shared.servers.exception.ServerException Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package systems.dennis.shared.servers.exception;

import systems.dennis.shared.exceptions.StandardException;

public class ServerException extends StandardException {
    public ServerException(String text){
        super(text, "Error");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy