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
| 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 |
AgentReplyException
public AgentReplyException(java.lang.String m)
AgentReplyException
public AgentReplyException(int errno,
java.lang.String m)
AgentReplyException
public AgentReplyException(int errno)