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

jadex.bdiv3.exceptions.JadexBDIGenerationRuntimeException Maven / Gradle / Ivy

Go to download

BDIV3 Kernel that supports annotated POJOs and uses byte code manipulation for performance improvements.

There is a newer version: 4.0.267
Show newest version
package jadex.bdiv3.exceptions;

/**
 * Created by kalinowski on 16.08.16.
 */
public class JadexBDIGenerationRuntimeException extends RuntimeException {
    public JadexBDIGenerationRuntimeException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy