webfunds.comms
Class AgentLaterException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--webfunds.util.ExceptionModel
                    |
                    +--webfunds.comms.AgentException
                          |
                          +--webfunds.comms.AgentLaterException

public class AgentLaterException
extends AgentException

This exception class is thrown when the server indicates it is temporarily unavailable. Try again later.

See Also:
Serialized Form

Fields inherited from class webfunds.util.ExceptionModel
number, UNKNOWN
 
Constructor Summary
AgentLaterException(int errno)
           
AgentLaterException(int errno, java.lang.String msg)
           
AgentLaterException(java.lang.String msg)
           
 
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

AgentLaterException

public AgentLaterException(java.lang.String msg)

AgentLaterException

public AgentLaterException(int errno,
                           java.lang.String msg)

AgentLaterException

public AgentLaterException(int errno)