
io.rocketbase.commons.exception.InternalServerErrorException Maven / Gradle / Ivy
package io.rocketbase.commons.exception;
public class InternalServerErrorException extends RuntimeException {
public InternalServerErrorException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy