com.bankframe.services.sessionmgmt
Class InvalidSessionException

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.services.sessionmgmt.InvalidSessionException
All Implemented Interfaces:
java.io.Serializable

public class InvalidSessionException
extends ProcessingErrorException

This exception is thrown when a sessionId is determined to be invalid.

Author:
ETU
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
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.
InvalidSessionException(int errorNumber)
          Constructor to create an Invalid Session Exception given an error number.
InvalidSessionException(int errorNumber, java.lang.String[] params)
          Constructor to create an Invalid Session Exception given an error number and parameters for the error message
InvalidSessionException(java.lang.Throwable cause)
          This constructor creates a chained exception.
 
Method Summary
 DataPacket toDataPacket()
          Return a data packet that represents this exception.
 
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

InvalidSessionException

public InvalidSessionException(int errorNumber)
Constructor to create an Invalid Session Exception given an error number.

Parameters:
errorNumber - Error number is a key into the messages file.

InvalidSessionException

public InvalidSessionException(int errorNumber,
                               java.lang.String[] params)
Constructor to create an Invalid Session Exception given an error number and parameters for the error message

Parameters:
errorNumber - Error number is a key into the messages file.

InvalidSessionException

public InvalidSessionException(BankFrameMessage msg)
This constructor creates a InvalidSessionException with the specified message.

Parameters:
msg - The exception message.

InvalidSessionException

public 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.

Parameters:
message - the error message for the exception
cause - the original cause of this InvalidSessionException. must not be null.

InvalidSessionException

public InvalidSessionException(java.lang.Throwable cause)
This constructor creates a chained exception.

Parameters:
cause - The original cause of the exception. cause must not be null.
Method Detail

toDataPacket

public DataPacket toDataPacket()
Return a data packet that represents this exception. The data packet will have the name INVALID SESSION EXCEPTION.

Overrides:
toDataPacket in class ProcessingErrorException
Returns:
DataPacket containing the processing error exception data


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