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