webfunds.client.sox
Class DepositException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--webfunds.client.sox.WalletException
                    |
                    +--webfunds.client.sox.DepositException

public final class DepositException
extends WalletException

See Also:
Serialized Form

Fields inherited from class webfunds.client.sox.WalletException
ALREADY, CLOSED, INTERNAL, LAST_WALLET_ERRNO, NOT_ENUF_FUNDS, NOT_VALUE, PID_IN_USE, SERVER, TOO_LATE, UNKNOWN, UNKNOWN_AC, UNKNOWN_SUB, UNKNOWN_TYPE
 
Constructor Summary
DepositException(int num)
           
DepositException(int num, java.lang.String s)
           
DepositException(java.lang.String s)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class webfunds.client.sox.WalletException
getNumber, isAlready, isClosed, isFailed, isLater, isNoFunds, isTooLate, isUnknownAccount
 
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

DepositException

public DepositException(int num)
Parameters:
num - is a sox code

DepositException

public DepositException(int num,
                        java.lang.String s)

DepositException

public DepositException(java.lang.String s)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class WalletException