com.att.ajsc.common.InterceptorMessages Maven / Gradle / Ivy
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