com.bankframe.ei.txnhandler.dataformat.utilities
Class HostErrorCodes

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.dataformat.utilities.HostErrorCodes

public class HostErrorCodes
extends java.lang.Object

This class maps a host error code to a mid tier error.


Method Summary
static java.lang.String getErrorCode(java.lang.String strTXNCode, java.lang.String strTXNType, java.lang.String strHostErrorKey)
          This method retrieves the error code value in the HostErrorCodes.properties.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getErrorCode

public static java.lang.String getErrorCode(java.lang.String strTXNCode,
                                            java.lang.String strTXNType,
                                            java.lang.String strHostErrorKey)
This method retrieves the error code value in the HostErrorCodes.properties.

Parameters:
strTXNCode - the transaction code
strTXNType - the transaction type
strHostErrorKey - the host error key
Returns:
String the error code


Copyright © 2005, 2007, Oracle. All rights reserved.