![JAR search and dependency download from the Maven repository](/logo.png)
io.pythagoras.common.distributedsequenceidgenerator.IdGenerationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of distributed-sequence-id-generator Show documentation
Show all versions of distributed-sequence-id-generator Show documentation
Pythagoras Common Libs - Distributed Sequential ID generator
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