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

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

The newest version!
package com.indeed.proctor.common;

public class MisconfiguredProctorConsumerException extends Exception {
    public MisconfiguredProctorConsumerException(final String message) {
        super(message);
    }

    private static final long serialVersionUID = -4941679431660715493L;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy