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

com.heliorm.OrmTransactionException Maven / Gradle / Ivy

The newest version!
package com.heliorm;

/**
 * Thrown by the ORM if there is a problem with a transaction.
 *
 * @author gideon
 */
public class OrmTransactionException extends OrmException {

    public OrmTransactionException(String message) {
        super(message);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy