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

com.infomaximum.database.exception.StructEntityException Maven / Gradle / Ivy

The newest version!
package com.infomaximum.database.exception;

/**
 * Created by kris on 07.09.17.
 */
public class StructEntityException extends RuntimeException {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy