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

com.att.ajsc.common.InterceptorMessages Maven / Gradle / Ivy

There is a newer version: 6.2.0.4-oss
Show newest version
package com.att.ajsc.common;

import com.att.eelf.i18n.EELFResolvableErrorEnum;
import com.att.eelf.i18n.EELFResourceManager;

public enum InterceptorMessages implements EELFResolvableErrorEnum {

	INTERCEPTOR_TRAIL_LOGGER_MESSAGE, INTERCEPTOR_INVALID_TRAILLOGGER, INTERCEPTOR_FAILED_PRE_INTERCEPTOR, INTERCEPTOR_ERROR_PRE_INTERCEPTOR, INTERCEPTOR_ERROR_POST_INTERCEPTOR, INTERCEPTOR_FAILED_POST_INTERCEPTOR;

	static {

		EELFResourceManager.loadMessageBundle("interceptormessages");

	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy