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