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

org.sakaiproject.modi.InitializationException Maven / Gradle / Ivy

The newest version!
package org.sakaiproject.modi;

/**
 * Thrown when there is an unrecoverable problem during {@link Environment} initialization.
 */
public class InitializationException extends RuntimeException {
    public InitializationException(String msg) {
        super(msg);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy