com.dell.cpsd.hal.data.provider.client.i18n.HDPCMessageBundle Maven / Gradle / Ivy
/**
* Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved.
* Dell EMC Confidential/Proprietary Information
*/
package com.dell.cpsd.hal.data.provider.client.i18n;
import java.util.ListResourceBundle;
/**
* This is the resource bundle for service client.
*
*
* Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved.
* Dell EMC Confidential/Proprietary Information
*
*
* @since 1.0
*/
public class HDPCMessageBundle extends ListResourceBundle
{
/*
* The content of this message resource bundle.
*/
private static final Object[][] CONTENTS = { {"HDPC2001E", "HDPC2001E Rabbit consumer [{0}] threw an error. Reason [{1}]"},
{"HDPC2002E", "HDPC2002E Unable to consume message after retries. Reason [{0}]"},
{"HDPC2003I", "HDPC2003I The service message producer routing key : [{0}]"},
{"HDPC2004I", "HDPC2004I The service message consumer queue name : [{0}]"},
{"HDPC2005I", "HDPC2005I The service message consumer binding key: [{0}]"},
{"HDPC2006E", "HDPC2006E Error publishing message [{0}]. Reason [{1}]"},
{"HDPC2007W", "HDPC2007W The service message to handle is null."},
{"HDPC2008W", "HDPC2008W The service error message to handle is null."},
{"HDPC2009W", "HDPC2009W The service message handler is not set."},
{"HDPC2010E", "HDPC2010E The service request [{0}] has timed out after [{1}] msec."},
{"HDPC2011E", "HDPC2011E Could not publish the message. Reason [{0}]"},
{"HDPC2012E", "HDPC2012E Unexpected error on callback [{0}]. Reason [{1}]"},
{"HDPC2013E", "HDPC2013E The request exchange name is not set."}, {"HDPC2014E", "HDPC2014E ."}, {"HDPC2015E", "HDPC2015E ."},
{"HDPC2016E", "HDPC2016E The client is shutting down. Requests are not being accepted."}, {"HDPC2017E", "HDPC2017E ."},
{"HDPC2018I", "HDPC2018I Shutting down the scheduled executor service."},
{"HDPC2019I", "HDPC2019I Waiting for pending requests to complete."}, {"HDPC2020I", "HDPC2020I ."},
{"HDPC2021E", "HDPC2021E Unexpected error on request timeout checking. Reason [{0}]"}};
/**
* HDPCMessageBundle constructor.
*
* @since 1.0
*/
public HDPCMessageBundle()
{
super();
}
/**
* This returns the messages for this resource bundle.
*
* @return The messages for this resource bundle.
*
* @since 1.0
*/
@Override
protected Object[][] getContents()
{
return CONTENTS;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy