webfunds.comms
Class AgentReplyException

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

public class AgentReplyException
extends AgentException

This exception class is thrown when the server returns an unreadable packet. Nothing to be done about it, just log it and return.

See Also:
Serialized Form

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

AgentReplyException

public AgentReplyException(java.lang.String m)

AgentReplyException

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

AgentReplyException

public AgentReplyException(int errno)