webfunds.client.sox
Class PaymentException

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

public class PaymentException
extends WalletException

This exception class is thrown when a request for a payment fails. For high-level but non-GUI wallet calls.

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
PaymentException(int errno)
           
PaymentException(int errno, java.lang.String msg)
           
PaymentException(java.lang.String msg)
           
 
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

PaymentException

public PaymentException(java.lang.String msg)

PaymentException

public PaymentException(int errno)

PaymentException

public PaymentException(int errno,
                        java.lang.String msg)
Method Detail

toString

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