Uses of Class
com.bankframe.EonException

Packages that use EonException
com.bankframe   
com.bankframe.ei.txnhandler   
com.bankframe.ejb   
com.bankframe.fe.ui   
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 EonException in com.bankframe
 

Methods in com.bankframe that return EonException
 EonException EonException.fromEonException(EonException exception)
          Deprecated. use EonException(Throwable t) instead.
 EonException EonException.fromException(java.lang.Exception exception)
          Deprecated. use EonException(Throwable t) instead.
 

Methods in com.bankframe with parameters of type EonException
 EonException EonException.fromEonException(EonException exception)
          Deprecated. use EonException(Throwable t) instead.
 

Uses of EonException in com.bankframe.ei.txnhandler
 

Subclasses of EonException 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 EonException in com.bankframe.ejb
 

Subclasses of EonException 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.
 class RollBackException
           
 

Uses of EonException in com.bankframe.fe.ui
 

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

Uses of EonException in com.bankframe.services.accesscontrol
 

Subclasses of EonException 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 EonException in com.bankframe.services.authentication
 

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

Uses of EonException in com.bankframe.services.devices
 

Subclasses of EonException 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 EonException in com.bankframe.services.requestrouter
 

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

Uses of EonException in com.bankframe.services.sessionmgmt
 

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

Uses of EonException in com.bankframe.util
 

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

Uses of EonException in com.bankframe.validation
 

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



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