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

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