com.velexio.jlegos.exceptions.ChecksumGenerationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jLegos Show documentation
Show all versions of jLegos Show documentation
Java Legos - A collection of common application functionality for Java projects
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