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

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