net.quasardb.qdb.exception.system.remote.RemoteSystemException Maven / Gradle / Ivy
package net.quasardb.qdb.exception;
/**
* Exception thrown when the remote (ie server) operating system caused an error
*/
public class RemoteSystemException extends SystemException {
public RemoteSystemException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy