|
Exception Summary |
| AgentConnectException |
This exception class is thrown when the client sees a refused
connection or other indicator that information is correct, but time is bad. |
| AgentException |
This exception class is thrown by a CommsAgent. |
| AgentLaterException |
This exception class is thrown when the server indicates it
is temporarily unavailable. |
| AgentReplyException |
This exception class is thrown when the server returns an unreadable
packet. |
| AgentURLException |
This exception class is thrown when the client detects that
the host : port is bad, and should be retried or changed. |
| RawConnectException |
This exception class is thrown when the RawHttp sees a refused
connection or other indicator that information is correct, but time is bad. |
| RawException |
This exception class is thrown by a CommsAgent. |
| RawReplyException |
This exception class is thrown when the server returns an unreadable
packet. |
| RawURLException |
This exception class is thrown when the client detects that
the host : port is bad, and should be retried or changed. |