|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.bankframe.localization.BankFrameException
com.bankframe.EonException
com.bankframe.ejb.ProcessingErrorException
com.bankframe.services.sessionmgmt.InvalidSessionException
public class InvalidSessionException
This exception is thrown when a sessionId is determined to be invalid.
| 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,
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,
String[] params)
Constructor to create an Invalid Session Exception given an error number and parameters for the error message |
|
InvalidSessionException(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 |
|---|
public InvalidSessionException(int errorNumber)
errorNumber - Error number is a key into the messages file.
public InvalidSessionException(int errorNumber,
String[] params)
errorNumber - Error number is a key into the messages file.params - Array of parameters to be substituted into the error messagepublic InvalidSessionException(BankFrameMessage msg)
msg - The exception message.
public InvalidSessionException(BankFrameMessage message,
Throwable cause)
message - the error message for the exceptioncause - the original cause of this InvalidSessionException. must not be null.public InvalidSessionException(Throwable cause)
cause - The original cause of the exception. cause must not be null.| Method Detail |
|---|
public DataPacket toDataPacket()
toDataPacket in class ProcessingErrorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||