|
||||||||||
| 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.requestrouter.RequestRouterException
public class RequestRouterException
This exception is thrown when an error condition arises during routing of a DataPacket
| 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 | |
|---|---|
RequestRouterException(BankFrameMessage msg)
This constructor creates a ProcessingErrorException using the specified message. |
|
RequestRouterException(BankFrameMessage message,
Throwable cause)
Constructor. |
|
RequestRouterException(int errorNumber)
Deprecated. Use RequestRouterException(BankFrameMessage msg) instead |
|
RequestRouterException(int errorNumber,
String[] params)
Deprecated. Use RequestRouterException(BankFrameMessage msg) instead |
|
RequestRouterException(Throwable cause)
This constructor creates a chained exception. |
|
| Method Summary | |
|---|---|
DataPacket |
toDataPacket()
This method converts the Exception to a DataPacket representation. |
| 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 RequestRouterException(int errorNumber)
public RequestRouterException(int errorNumber,
String[] params)
public RequestRouterException(BankFrameMessage msg)
msg - The exception message
public RequestRouterException(BankFrameMessage message,
Throwable cause)
message - The error message for the exceptioncause - The original cause of this ProcessingErrorException. cause must
not be null.public RequestRouterException(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 | |||||||||