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

me.xethh.libs.spring.web.security.toolkits.exceptionModels.GeneralExceptionModel Maven / Gradle / Ivy

The newest version!
package me.xethh.libs.spring.web.security.toolkits.exceptionModels;

import org.springframework.http.HttpStatus;

import java.util.Date;

public interface GeneralExceptionModel {
    String getId();
    HttpStatus getStatus();
    Date getTimestamp();
    String getError();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy