webfunds.comms
Class AgentConnectException

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

public class AgentConnectException
extends AgentException

This exception class is thrown when the client sees a refused connection or other indicator that information is correct, but time is bad. Turn it into a LaterException further up the request layer(s).

See Also:
Serialized Form

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

AgentConnectException

public AgentConnectException(java.lang.String m)

AgentConnectException

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

AgentConnectException

public AgentConnectException(int errno)