Uses of Class
com.bankframe.localization.BankFrameMessage

Packages that use BankFrameMessage
com.bankframe   
com.bankframe.ei.txnhandler   
com.bankframe.ejb   
com.bankframe.fe.ui   
com.bankframe.localization   
com.bankframe.services.authentication   
com.bankframe.services.devices   
com.bankframe.services.requestrouter   
com.bankframe.services.sessionmgmt   
com.bankframe.validation   
 

Uses of BankFrameMessage in com.bankframe
 

Constructors in com.bankframe with parameters of type BankFrameMessage
EonException(BankFrameMessage msg)
          This constructor creates an EonException using the specified message
EonException(BankFrameMessage message, java.lang.Throwable cause)
          Constructor Note that the detail message associated with cause is not automatically incorporated in this exception's detail message
 

Uses of BankFrameMessage in com.bankframe.ei.txnhandler
 

Constructors in com.bankframe.ei.txnhandler with parameters of type BankFrameMessage
HostOfflineException(BankFrameMessage msg)
          This constructor creates a ProcessingErrorException with the specified message.
HostOfflineException(BankFrameMessage message, java.lang.Throwable cause)
          Constructor

NOTE: The detail message associated with cause is not automatically incorporated in this exception's detail message.
HostProcessingErrorException(BankFrameMessage msg)
          This constructor creates a ProcessingErrorException with the specified message.
HostProcessingErrorException(BankFrameMessage message, java.lang.Throwable cause)
          Constructor

NOTE: The detail message associated with cause is not automatically incorporated in this exception's detail message.
HostConnectivityException(BankFrameMessage msg)
          This constructor creates a ProcessingErrorException with the specified message.
HostConnectivityException(BankFrameMessage message, java.lang.Throwable cause)
          Constructor

NOTE: The detail message associated with cause is not automatically incorporated in this exception's detail message.
 

Uses of BankFrameMessage in com.bankframe.ejb
 

Constructors in com.bankframe.ejb with parameters of type BankFrameMessage
ProcessingErrorException(BankFrameMessage msg)
          This constructor creates a ProcessingErrorException with the specified message.
ProcessingErrorException(BankFrameMessage message, java.lang.Throwable cause)
          Constructor

NOTE: The detail message associated with cause is not automatically incorporated in this exception's detail message.
 

Uses of BankFrameMessage in com.bankframe.fe.ui
 

Constructors in com.bankframe.fe.ui with parameters of type BankFrameMessage
UserInterfaceException(BankFrameMessage msg)
          Constructor
UserInterfaceException(BankFrameMessage msg, java.lang.Throwable t)
          Constructor.
 

Uses of BankFrameMessage in com.bankframe.localization
 

Methods in com.bankframe.localization that return BankFrameMessage
 BankFrameMessage BankFrameException.getBankFrameMessage()
          This method gets the BankFrameMessage object
static BankFrameMessage BankFrameMessageUtils.parseDataPacket(DataPacket data)
          This method converts a DataPacket to a BankFrameMessage.
 BankFrameMessage BankFrameRuntimeException.getBankFrameMessage()
          This method gets the BankFrameMessage object.
 

Constructors in com.bankframe.localization with parameters of type BankFrameMessage
BankFrameException(BankFrameMessage message)
          Constructor
BankFrameException(BankFrameMessage message, java.lang.Throwable cause)
          Constructor Note that the detail message associated with cause is not automatically incorporated in this exception's detail message
BankFrameRuntimeException(BankFrameMessage message)
          Constructor.
BankFrameRuntimeException(BankFrameMessage message, java.lang.Throwable cause)
          Constructor.
 

Uses of BankFrameMessage in com.bankframe.services.authentication
 

Constructors in com.bankframe.services.authentication with parameters of type BankFrameMessage
AuthenticationException(BankFrameMessage msg)
          This constructor creates a AuthenticationException with the specified message.
AuthenticationException(BankFrameMessage message, java.lang.Throwable cause)
          Constructor

NOTE: The detail message associated with cause is not automatically incorporated in this exception's detail message.
 

Uses of BankFrameMessage in com.bankframe.services.devices
 

Constructors in com.bankframe.services.devices with parameters of type BankFrameMessage
DeviceException(BankFrameMessage msg, java.lang.Throwable t)
          Constructor
DeviceException(BankFrameMessage msg)
          Constructor
 

Uses of BankFrameMessage in com.bankframe.services.requestrouter
 

Constructors in com.bankframe.services.requestrouter with parameters of type BankFrameMessage
RequestRouterException(BankFrameMessage msg)
          This constructor creates a ProcessingErrorException using the specified message.
RequestRouterException(BankFrameMessage message, java.lang.Throwable cause)
          Constructor.
 

Uses of BankFrameMessage in com.bankframe.services.sessionmgmt
 

Constructors in com.bankframe.services.sessionmgmt with parameters of type BankFrameMessage
InvalidSessionException(BankFrameMessage msg)
          This constructor creates a InvalidSessionException with the specified message.
InvalidSessionException(BankFrameMessage message, java.lang.Throwable cause)
          Constructor

NOTE: The detail message associated with cause is not automatically incorporated in this exception's detail message.
 

Uses of BankFrameMessage in com.bankframe.validation
 

Constructors in com.bankframe.validation with parameters of type BankFrameMessage
ValidationException(BankFrameMessage msg)
          This constructor creates a ValidationException using the specified message
ValidationException(BankFrameMessage message, java.lang.Throwable cause)
          Constructor Note that the detail message associated with cause is not automatically incorporated in this exception's detail message
 



Copyright © 2005 Siebel Systems, Inc. All rights reserved.