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

com.icthh.xm.commons.exceptions.ErrorConstants Maven / Gradle / Ivy

There is a newer version: 4.0.20
Show newest version
package com.icthh.xm.commons.exceptions;

public final class ErrorConstants {

    public static final String ERR_CONCURRENCY_FAILURE = "error.concurrencyFailure";
    public static final String ERR_ACCESS_DENIED = "error.accessDenied";
    public static final String ERR_VALIDATION = "error.validation";
    public static final String ERR_METHOD_NOT_SUPPORTED = "error.methodNotSupported";
    public static final String ERR_INTERNAL_SERVER_ERROR = "error.internalServerError";
    public static final String ERR_BUSINESS = "error.business";
    public static final String ERR_BUSINESS_IDEXISTS = "error.business.idexists";
    public static final String ERR_NOTFOUND = "error.notfound";
    public static final String ERR_NOCONTENT = "error.nocontent";

    private ErrorConstants() {
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy