|
|||||||||
| 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.client.sox.WalletException
This exception base class is inherited by all internal SOX Wallet Exceptions.
| Field Summary | |
static int |
ALREADY
These high-level wallet errors are positive and greater than 99, leaving room for SOXException errors to be negative, and SOX Errors(.java) to be 0-100. |
static int |
CLOSED
These high-level wallet errors are positive and greater than 99, leaving room for SOXException errors to be negative, and SOX Errors(.java) to be 0-100. |
static int |
INTERNAL
These high-level wallet errors are positive and greater than 99, leaving room for SOXException errors to be negative, and SOX Errors(.java) to be 0-100. |
static int |
LAST_WALLET_ERRNO
These high-level wallet errors are positive and greater than 99, leaving room for SOXException errors to be negative, and SOX Errors(.java) to be 0-100. |
static int |
NOT_ENUF_FUNDS
These high-level wallet errors are positive and greater than 99, leaving room for SOXException errors to be negative, and SOX Errors(.java) to be 0-100. |
static int |
NOT_VALUE
These high-level wallet errors are positive and greater than 99, leaving room for SOXException errors to be negative, and SOX Errors(.java) to be 0-100. |
static int |
PID_IN_USE
These high-level wallet errors are positive and greater than 99, leaving room for SOXException errors to be negative, and SOX Errors(.java) to be 0-100. |
static int |
SERVER
These high-level wallet errors are positive and greater than 99, leaving room for SOXException errors to be negative, and SOX Errors(.java) to be 0-100. |
static int |
TOO_LATE
These high-level wallet errors are positive and greater than 99, leaving room for SOXException errors to be negative, and SOX Errors(.java) to be 0-100. |
static int |
UNKNOWN
These high-level wallet errors are positive and greater than 99, leaving room for SOXException errors to be negative, and SOX Errors(.java) to be 0-100. |
static int |
UNKNOWN_AC
These high-level wallet errors are positive and greater than 99, leaving room for SOXException errors to be negative, and SOX Errors(.java) to be 0-100. |
static int |
UNKNOWN_SUB
These high-level wallet errors are positive and greater than 99, leaving room for SOXException errors to be negative, and SOX Errors(.java) to be 0-100. |
static int |
UNKNOWN_TYPE
These high-level wallet errors are positive and greater than 99, leaving room for SOXException errors to be negative, and SOX Errors(.java) to be 0-100. |
| Constructor Summary | |
WalletException(int num)
|
|
WalletException(int num,
java.lang.String msg)
|
|
WalletException(java.lang.String msg)
|
|
| Method Summary | |
int |
getNumber()
|
boolean |
isAlready()
|
boolean |
isClosed()
|
boolean |
isFailed()
|
boolean |
isLater()
|
boolean |
isNoFunds()
|
boolean |
isTooLate()
|
boolean |
isUnknownAccount()
Use these rather than worry about which number... |
java.lang.String |
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 |
| Field Detail |
public static final int UNKNOWN
public static final int ALREADY
public static final int SERVER
public static final int TOO_LATE
public static final int INTERNAL
public static final int UNKNOWN_AC
public static final int UNKNOWN_SUB
public static final int NOT_VALUE
public static final int NOT_ENUF_FUNDS
public static final int PID_IN_USE
public static final int CLOSED
public static final int UNKNOWN_TYPE
public static final int LAST_WALLET_ERRNO
| Constructor Detail |
public WalletException(java.lang.String msg)
public WalletException(int num)
public WalletException(int num,
java.lang.String msg)
| Method Detail |
public int getNumber()
public boolean isUnknownAccount()
public boolean isTooLate()
public boolean isFailed()
public boolean isNoFunds()
public boolean isLater()
public boolean isAlready()
public boolean isClosed()
public java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||