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

com.indeed.proctor.common.InvalidRuleException Maven / Gradle / Ivy

package com.indeed.proctor.common;

/**
* @author matts
*/
public class InvalidRuleException extends Exception {
    public InvalidRuleException(final Throwable throwable, final String message) {
        super(message, throwable);
    }

    private static final long serialVersionUID = 2401266961303036201L;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy