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

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

There is a newer version: 1.9.118-1950c8a
Show newest version
package com.indeed.proctor.common;

import java.io.IOException;

public class MissingTestMatrixException extends IOException {
    public MissingTestMatrixException(final String message) {
        super(message);
    }

    private static final long serialVersionUID = 3936507131275504415L;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy