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

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

Go to download

Java Legos - A collection of common application functionality for Java projects

There is a newer version: 0.17.6
Show newest version
package com.velexio.jlegos.exceptions;

/**
 * Will be thrown when there is an error generating a checksum value
 */
public class ChecksumGenerationException extends Exception {
    public ChecksumGenerationException() {
        super("Unable to generate checksum. See log for details");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy