webfunds.comms
Class AgentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--webfunds.util.ExceptionModel
                    |
                    +--webfunds.comms.AgentException
Direct Known Subclasses:
AgentConnectException, AgentLaterException, AgentReplyException, AgentURLException

public abstract class AgentException
extends ExceptionModel

This exception class is thrown by a CommsAgent. Inherit precise delitos from here.

See Also:
Serialized Form

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

AgentException

public AgentException(java.lang.String msg)

AgentException

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

AgentException

public AgentException(int errno)