webfunds.comms
Class AgentURLException

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

public class AgentURLException
extends AgentException

This exception class is thrown when the client detects that the host : port is bad, and should be retried or changed.

See Also:
Serialized Form

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

AgentURLException

public AgentURLException(java.lang.String msg)

AgentURLException

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

AgentURLException

public AgentURLException(int errno)