
com.github.saphyra.exceptionhandling.exception.GoneException Maven / Gradle / Ivy
package com.github.saphyra.exceptionhandling.exception;
import org.springframework.http.HttpStatus;
public class GoneException extends RestException {
public GoneException(String logMessage) {
super(HttpStatus.GONE, logMessage);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy