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

javax.jmi.reflect.RefException Maven / Gradle / Ivy

There is a newer version: 2.18.10
Show newest version

package javax.jmi.reflect;

/**
 * Superclass for exceptions modeled in MOF.
 */
@SuppressWarnings("serial")
public class RefException extends Exception {
    public RefException() {
    }
    
    public RefException(String msg) {
        super(msg);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy