|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--webfunds.util.ExceptionModel
|
+--webfunds.sox.SOXException
|
+--webfunds.sox.SOXRequestException
This exception class is thrown when a request fails and the reason is an application error - user to deal with it. The number is set to the SOX error number, and the message is the message returned in the reply.
| Fields inherited from class webfunds.sox.SOXException |
BAD_PACKET,
COMMS_CERT,
FROZEN,
LAST_ERROR,
LATER_DOWN,
LATER_NET,
NO_CONTRACT,
NO_RECEIPT,
NO_SERVER,
SERVER_CERT,
SERVER_DOWN,
UNKNOWN |
| Fields inherited from class webfunds.util.ExceptionModel |
number,
UNKNOWN |
| Constructor Summary | |
SOXRequestException(int errno)
|
|
SOXRequestException(int errno,
java.lang.String msg)
|
|
SOXRequestException(java.lang.String msg)
|
|
| Methods inherited from class webfunds.sox.SOXException |
isBadPacket,
isFrozen,
isLater,
isLaterDown,
isLaterNet,
isNoContract,
isNoReceipt,
isNoServer,
isServerDown,
isSOXException |
| Methods inherited from class webfunds.util.ExceptionModel |
getNumber,
toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public SOXRequestException(java.lang.String msg)
public SOXRequestException(int errno,
java.lang.String msg)
public SOXRequestException(int errno)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||