
storm.db.DatabaseException Maven / Gradle / Ivy
The newest version!
package storm.db;
/**
* Created by Dimitry Ivanov on 20.12.2015.
*/
public class DatabaseException extends RuntimeException {
public DatabaseException(String detailMessage) {
super(detailMessage);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy