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