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

com.velexio.jlegos.exceptions.ChecksumGenerationException Maven / Gradle / Ivy

package com.velexio.jlegos.exceptions;

public class ChecksumGenerationException extends Exception {
    public ChecksumGenerationException() {
        super("Unable to generate checksum. See log for details");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy