webfunds.sox
Class SOXSubAccountException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--webfunds.util.ExceptionModel
                    |
                    +--webfunds.sox.SOXException
                          |
                          +--webfunds.sox.SOXSubAccountException

public class SOXSubAccountException
extends SOXException

This exception class is thrown when a sub account encounters an unpredicted error. This error indicates a bug of some sort, non-bug events should cause other exceptions to be thrown?

See Also:
Serialized Form

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

SOXSubAccountException

public SOXSubAccountException(java.lang.String m)

SOXSubAccountException

public SOXSubAccountException(int errno,
                              java.lang.String m)

SOXSubAccountException

public SOXSubAccountException(int errno)