com.bankframe.ejb
Class RollBackException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bankframe.localization.BankFrameException
              extended bycom.bankframe.EonException
                  extended bycom.bankframe.ejb.ProcessingErrorException
                      extended bycom.bankframe.ejb.RollBackException
All Implemented Interfaces:
java.io.Serializable

public class RollBackException
extends ProcessingErrorException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.bankframe.EonException
DEBUG
 
Fields inherited from class com.bankframe.localization.BankFrameException
CHAINED_EXCEPTION_DIVIDER, CHAINED_JAVA_EXCEPTION_MSG, EXCEPTION_CLASS_NAME, EXCEPTION_NAME
 
Constructor Summary
RollBackException(BankFrameMessage msg)
          Constructor for EontecRollBackException
RollBackException(BankFrameMessage message, java.lang.Throwable cause)
          Constructor for EontecRollBackException
RollBackException(java.lang.Throwable cause)
          Constructor for EontecRollBackException
 
Methods inherited from class com.bankframe.ejb.ProcessingErrorException
toDataPacket
 
Methods inherited from class com.bankframe.EonException
fromEonException, fromException, getMessage
 
Methods inherited from class com.bankframe.localization.BankFrameException
getBankFrameMessage, getCause, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RollBackException

public RollBackException(BankFrameMessage msg)
Constructor for EontecRollBackException


RollBackException

public RollBackException(BankFrameMessage message,
                         java.lang.Throwable cause)
Constructor for EontecRollBackException


RollBackException

public RollBackException(java.lang.Throwable cause)
Constructor for EontecRollBackException



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