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

io.pythagoras.common.distributedsequenceidgenerator.IdGenerationException Maven / Gradle / Ivy

The newest version!
package io.pythagoras.common.distributedsequenceidgenerator;

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

    public IdGenerationException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy