Uses of Class
com.bankframe.localization.BankFrameException

Packages that use BankFrameException
com.bankframe   
com.bankframe.ei.channel.server   
com.bankframe.ei.txnhandler   
com.bankframe.ejb   
com.bankframe.fe.ui   
com.bankframe.localization   
com.bankframe.services.accesscontrol   
com.bankframe.services.authentication   
com.bankframe.services.devices   
com.bankframe.services.requestrouter   
com.bankframe.services.sessionmgmt   
com.bankframe.util   
com.bankframe.validation   
 

Uses of BankFrameException in com.bankframe
 

Subclasses of BankFrameException in com.bankframe
 class EonException
          This class is provided for backwards compatability with existing BankFrame code.
 

Uses of BankFrameException in com.bankframe.ei.channel.server
 

Methods in com.bankframe.ei.channel.server that throw BankFrameException
static java.util.Vector ServerUtils.processDataPackets(java.util.Vector request)
           
 

Uses of BankFrameException in com.bankframe.ei.txnhandler
 

Subclasses of BankFrameException in com.bankframe.ei.txnhandler
 class HostConnectivityException
          This exception class is used by BankFrame Banking Processes to report a general error condition that occurs during processing.
 class HostOfflineException
          This exception class is used by BankFrame Banking Processes to report a general error condition that occurs during processing.
 class HostProcessingErrorException
          This exception class is used by BankFrame Banking Processes to report a general error condition that occurs during processing.
 

Uses of BankFrameException in com.bankframe.ejb
 

Subclasses of BankFrameException in com.bankframe.ejb
 class ProcessingErrorException
          This exception class is used by BankFrame Banking Processes to report a general error condition that occurs during processing.
 

Uses of BankFrameException in com.bankframe.fe.ui
 

Subclasses of BankFrameException in com.bankframe.fe.ui
 class UserInterfaceException
          This class handles frontend exceptions.
 

Uses of BankFrameException in com.bankframe.localization
 

Methods in com.bankframe.localization that return BankFrameException
static BankFrameException BankFrameExceptionUtils.toBankFrameException(java.util.Vector dataPackets)
          This method converts a DataPacket response to a BankFrameException instance.
 

Methods in com.bankframe.localization with parameters of type BankFrameException
static java.util.Vector BankFrameExceptionUtils.toVectorResponse(BankFrameException ex)
          This method converts a BankFrame Exception to a DataPacket response.
 

Uses of BankFrameException in com.bankframe.services.accesscontrol
 

Subclasses of BankFrameException in com.bankframe.services.accesscontrol
 class AccessControlException
          This class is an excpetion that is thrown when a user tries to access a prohibited service.
 

Uses of BankFrameException in com.bankframe.services.authentication
 

Subclasses of BankFrameException in com.bankframe.services.authentication
 class AuthenticationException
          This class is the exception class used if an attempt to authenticate a user fails.
 

Uses of BankFrameException in com.bankframe.services.devices
 

Subclasses of BankFrameException in com.bankframe.services.devices
 class DeviceException
          This exception is thrown by BankFrame MCA devices to indicate that a problem occured while attempting to process or parse the data retrieved from such a device.
 

Uses of BankFrameException in com.bankframe.services.requestrouter
 

Subclasses of BankFrameException in com.bankframe.services.requestrouter
 class RequestRouterException
          This exception is thrown when an error condition arises during routing of a DataPacket
 

Uses of BankFrameException in com.bankframe.services.sessionmgmt
 

Subclasses of BankFrameException in com.bankframe.services.sessionmgmt
 class InvalidSessionException
          This exception is thrown when a sessionId is determined to be invalid.
 

Uses of BankFrameException in com.bankframe.util
 

Subclasses of BankFrameException in com.bankframe.util
 class MissingLocaleException
          Deprecated. This class is no longer required
 

Uses of BankFrameException in com.bankframe.validation
 

Subclasses of BankFrameException in com.bankframe.validation
 class ValidationException
          Bankframe ValidationException This exception is thrown when validation on an object fails
 



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