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

com.indeed.proctor.consumer.gen.CodeGenException Maven / Gradle / Ivy

The newest version!
package com.indeed.proctor.consumer.gen;

public class CodeGenException extends Exception {
    public CodeGenException(String message, Throwable throwable) {
        super(message, throwable);
    }

    public CodeGenException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy