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

com.tosan.tools.tracker.starter.service.IgnoredExceptionProperties Maven / Gradle / Ivy

The newest version!
package com.tosan.tools.tracker.starter.service;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

/**
 * @author AmirHossein ZamanZade
 * @since 2/19/2023
 */
@JsonIgnoreProperties({"cause", "stackTrace", "suppressed", "message", "localizedMessage", "httpStatus", "exceptionType",
        "extraParams", "exceptionIncidentState", "errorCode", "errorType"})
public abstract class IgnoredExceptionProperties {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy