![JAR search and dependency download from the Maven repository](/logo.png)
com.indeed.proctor.common.IncompatibleTestMatrixException Maven / Gradle / Ivy
The newest version!
package com.indeed.proctor.common;
public class IncompatibleTestMatrixException extends Exception {
public IncompatibleTestMatrixException(final String message) {
super(message);
}
public IncompatibleTestMatrixException(final String message, final Throwable cause) {
super(message, cause);
}
private static final long serialVersionUID = 2904964522625450905L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy