com.bankframe.ei.txnhandler.dataformat.utilities
Class HostErrorCodes
java.lang.Object
com.bankframe.ei.txnhandler.dataformat.utilities.HostErrorCodes
public class HostErrorCodes
- extends Object
This class maps a host error code to a mid tier error.
Method Summary |
static String |
getErrorCode(String strTXNCode,
String strTXNType,
String strHostErrorKey)
This method retrieves the error code value in the HostErrorCodes.properties. |
getErrorCode
public static String getErrorCode(String strTXNCode,
String strTXNType,
String strHostErrorKey)
- This method retrieves the error code value in the HostErrorCodes.properties.
- Parameters:
strTXNCode
- the transaction codestrTXNType
- the transaction typestrHostErrorKey
- the host error key
- Returns:
- String the error code
Copyright © 2005, 2007, Oracle. All rights reserved.